Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,6 +68,10 @@ with gr.Blocks(css=css) as myface:
|
|
68 |
|
69 |
.gr-dropdown{
|
70 |
color: white
|
|
|
|
|
|
|
|
|
71 |
background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
72 |
}
|
73 |
</style>
|
@@ -89,7 +93,7 @@ with gr.Blocks(css=css) as myface:
|
|
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
|
93 |
#align-items: center !important;
|
94 |
#appearance: none !important;
|
95 |
|
|
|
68 |
|
69 |
.gr-dropdown{
|
70 |
color: white
|
71 |
+
background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
72 |
+
}
|
73 |
+
.gr-textbox{
|
74 |
+
color: white
|
75 |
background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
76 |
}
|
77 |
</style>
|
|
|
93 |
model_name1 = gr.Dropdown(label="Select Model", choices=[m for m in models], type="index", value=current_model, interactive=True)
|
94 |
with gr.Row():
|
95 |
with gr.Column(scale=100):
|
96 |
+
magic1=gr.Textbox(label="Your Prompt", lines=4)
|
97 |
#align-items: center !important;
|
98 |
#appearance: none !important;
|
99 |
|