Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Shreyas094/Sentinel-AI-Beta
Shreyas094
/
Sentinel-AI-Beta-Test
like
1
Running
App
Files
Files
Community
Shreyas094
commited on
Aug 2
Commit
978efd2
•
1 Parent(s):
d7187db
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -591,6 +591,7 @@ demo = gr.ChatInterface(
591
likeable=True,
592
layout="bubble",
593
height=400,
594
)
595
)
596
591
likeable=True,
592
layout="bubble",
593
height=400,
594
+
value=initial_conversation()
595
)
596
)
597