Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ g = Github(github_key)
|
|
| 24 |
user_dictionary = {}
|
| 25 |
|
| 26 |
# Gradio user interface
|
| 27 |
-
with gr.Blocks(theme=gr.themes.Monochrome(), css="""footer {display:none !important;}
|
| 28 |
|
| 29 |
# Hidden session variables
|
| 30 |
user_id = gr.Textbox(visible=False)
|
|
|
|
| 24 |
user_dictionary = {}
|
| 25 |
|
| 26 |
# Gradio user interface
|
| 27 |
+
with gr.Blocks(theme=gr.themes.Monochrome(), css="""footer {display:none !important;}[class*="status"] {display:none !important;}[class*="progress"] {display:none !important;}""") as chatblock:
|
| 28 |
|
| 29 |
# Hidden session variables
|
| 30 |
user_id = gr.Textbox(visible=False)
|