kavansaun commited on
Commit
38bf1ad
·
verified ·
1 Parent(s): 6e6dedd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
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])