Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
broadfield-dev
/
Simple_Gradio_Sidebar
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
broadfield-dev
commited on
Jan 16
Commit
e78e1d7
·
verified
·
1 Parent(s):
931b9d8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -11,5 +11,6 @@ with gr.Blocks(head=gs.head,css=gs.css) as app:
11
gr.Image()
12
gr.Chatbot()
13
gr.Textbox()
14
15
app.launch()
11
gr.Image()
12
gr.Chatbot()
13
gr.Textbox()
14
+
gr.Image()
15
16
app.launch()