Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
koji9581
/
CraftBeer_Search
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
koji9581
commited on
Nov 29, 2025
Commit
32d6081
·
verified
·
1 Parent(s):
33676cb
Update ui.py
Browse files
Files changed (1)
hide
show
ui.py
+1
-1
ui.py
CHANGED
Viewed
@@ -44,7 +44,7 @@ def create_ui(app):
44
],
45
chatbot=gr.Chatbot(
46
elem_id="chatbot",
47
-
height=
600
48
)
49
)
50
44
],
45
chatbot=gr.Chatbot(
46
elem_id="chatbot",
47
+
height=
400
48
)
49
)
50