Yntec commited on
Commit
f39c764
1 Parent(s): ffa103b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -60,7 +60,6 @@ with gr.Blocks(css=css) as myface:
60
  .gr-box {
61
  color: #ffffff !important;
62
  .gr-box {
63
- background-color: rgb(48 52 70 / var(--tw-bg-opacity)) !important;
64
  background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
65
  border-top-color: #000000 !important;
66
  border-right-color: #ffffff !important;
@@ -86,7 +85,7 @@ with gr.Blocks(css=css) as myface:
86
  with gr.Row():
87
  with gr.Column(scale=100):
88
  #Model selection dropdown
89
- model_name1 = gr.Dropdown(label="Select Model", choices=[m for m in models], type="index", value=current_model, interactive=True)
90
  with gr.Row():
91
  with gr.Column(scale=100):
92
  magic1=gr.Textbox(label="Your Prompt", lines=4)
 
60
  .gr-box {
61
  color: #ffffff !important;
62
  .gr-box {
 
63
  background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
64
  border-top-color: #000000 !important;
65
  border-right-color: #ffffff !important;
 
85
  with gr.Row():
86
  with gr.Column(scale=100):
87
  #Model selection dropdown
88
+ model_name1 = gr.Dropdown(label="Select Model", choices=[m for m in models], type="index", value=current_model, interactive=True, elem_id="gradio-container")
89
  with gr.Row():
90
  with gr.Column(scale=100):
91
  magic1=gr.Textbox(label="Your Prompt", lines=4)