Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import uuid
|
|
| 6 |
|
| 7 |
# Create UI using gradio
|
| 8 |
with gr.Blocks(theme=gr.themes.Monochrome(),css="footer{display:none !important}") as chatblock:
|
| 9 |
-
user_id = gr.Textbox(label="Here is the id textbox", visible=
|
| 10 |
local_storage = gr.BrowserState([""])
|
| 11 |
|
| 12 |
@demo.load(outputs=[user_id])
|
|
|
|
| 6 |
|
| 7 |
# Create UI using gradio
|
| 8 |
with gr.Blocks(theme=gr.themes.Monochrome(),css="footer{display:none !important}") as chatblock:
|
| 9 |
+
user_id = gr.Textbox(label="Here is the id textbox", visible=True)
|
| 10 |
local_storage = gr.BrowserState([""])
|
| 11 |
|
| 12 |
@demo.load(outputs=[user_id])
|