Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,6 +85,10 @@ demo = gr.ChatInterface(
|
|
| 85 |
fill_height=True,
|
| 86 |
chatbot=chatbot,
|
| 87 |
css=css,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
# theme="allenai/gradio-theme",
|
| 89 |
# theme="Nymbo/Alyx_Theme",
|
| 90 |
)
|
|
|
|
| 85 |
fill_height=True,
|
| 86 |
chatbot=chatbot,
|
| 87 |
css=css,
|
| 88 |
+
examples=["Define 'deep learning' in once sentence."],
|
| 89 |
+
retry_btn="Retry",
|
| 90 |
+
undo_btn="Undo",
|
| 91 |
+
clear_btn="Clear",
|
| 92 |
# theme="allenai/gradio-theme",
|
| 93 |
# theme="Nymbo/Alyx_Theme",
|
| 94 |
)
|