Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
TurkishCodeMan
/
fintech-orchestrator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TurkishCodeMan
commited on
Feb 9
Commit
42f6065
·
verified
·
1 Parent(s):
fe40cd6
Upload folder using huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -110,6 +110,7 @@ with gr.Blocks(
110
chatbot = gr.Chatbot(
111
label="Chat",
112
height=400,
113
)
114
115
with gr.Row():
110
chatbot = gr.Chatbot(
111
label="Chat",
112
height=400,
113
+
type="messages"
114
)
115
116
with gr.Row():