Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ current_chat_id = 0
|
|
| 6 |
# object creation
|
| 7 |
|
| 8 |
|
| 9 |
-
with gr.Blocks(theme=gr.themes.Soft(),css="footer {visibility: hidden}") as demo:
|
| 10 |
|
| 11 |
|
| 12 |
with gr.Row() as login:
|
|
|
|
| 6 |
# object creation
|
| 7 |
|
| 8 |
|
| 9 |
+
with gr.Blocks(theme=gr.themes.Soft(),css="footer {visibility: hidden} .gradio-container {background-color: red}") as demo:
|
| 10 |
|
| 11 |
|
| 12 |
with gr.Row() as login:
|