Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,6 +65,9 @@ with gr.Blocks(css=css) as myface:
|
|
65 |
border-bottom-color: #ffffff !important;
|
66 |
border-left-color: #000000 !important;
|
67 |
}
|
|
|
|
|
|
|
68 |
</style>
|
69 |
<body>
|
70 |
<div class="center"><h1>ToyWorld XL 401</h1>
|
@@ -84,7 +87,7 @@ with gr.Blocks(css=css) as myface:
|
|
84 |
model_name1 = gr.Dropdown(label="Select Model", choices=[m for m in models], type="index", value=current_model, interactive=True)
|
85 |
with gr.Row():
|
86 |
with gr.Column(scale=100):
|
87 |
-
magic1=gr.Textbox(label="Your Prompt", lines=4)
|
88 |
#align-items: center !important;
|
89 |
#appearance: none !important;
|
90 |
|
|
|
65 |
border-bottom-color: #ffffff !important;
|
66 |
border-left-color: #000000 !important;
|
67 |
}
|
68 |
+
:root {
|
69 |
+
--neutral-100: #000000 !important;
|
70 |
+
}
|
71 |
</style>
|
72 |
<body>
|
73 |
<div class="center"><h1>ToyWorld XL 401</h1>
|
|
|
87 |
model_name1 = gr.Dropdown(label="Select Model", choices=[m for m in models], type="index", value=current_model, interactive=True)
|
88 |
with gr.Row():
|
89 |
with gr.Column(scale=100):
|
90 |
+
magic1=gr.Textbox(label="Your Prompt", lines=4)
|
91 |
#align-items: center !important;
|
92 |
#appearance: none !important;
|
93 |
|