Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -330,11 +330,11 @@ footer {
|
|
330 |
visibility: hidden
|
331 |
}
|
332 |
body {
|
333 |
-
background-color: green
|
334 |
}
|
335 |
'''
|
336 |
|
337 |
-
with gr.Blocks(theme=gr.themes.
|
338 |
gr.Markdown(DESCRIPTIONXX)
|
339 |
with gr.Row():
|
340 |
prompt = gr.Text(
|
|
|
330 |
visibility: hidden
|
331 |
}
|
332 |
body {
|
333 |
+
background-color: green;
|
334 |
}
|
335 |
'''
|
336 |
|
337 |
+
with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
|
338 |
gr.Markdown(DESCRIPTIONXX)
|
339 |
with gr.Row():
|
340 |
prompt = gr.Text(
|