Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
darkc0de
/
Chat
like
98
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
darkc0de
commited on
Apr 25
Commit
264f2b4
·
verified
·
1 Parent(s):
64dba3f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -73,7 +73,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
73
gr.ChatInterface(
74
respond,
75
chatbot=gr.Chatbot(
76
-
height=
400
77
)
78
)
79
73
gr.ChatInterface(
74
respond,
75
chatbot=gr.Chatbot(
76
+
height=
700
77
)
78
)
79