Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ footer {
|
|
203 |
visibility: hidden; /* Existing style */
|
204 |
}
|
205 |
'''
|
206 |
-
with gr.Blocks(theme="YTheme/
|
207 |
gr.Markdown(DESCRIPTION)
|
208 |
with gr.Row():
|
209 |
prompt = gr.Text(
|
|
|
203 |
visibility: hidden; /* Existing style */
|
204 |
}
|
205 |
'''
|
206 |
+
with gr.Blocks(theme="YTheme/GMaterial", css=css) as demo:
|
207 |
gr.Markdown(DESCRIPTION)
|
208 |
with gr.Row():
|
209 |
prompt = gr.Text(
|