Spaces:
Paused
Paused
updated with examples, theme in chat interface
Browse files
app.py
CHANGED
|
@@ -52,5 +52,9 @@ def chat_interface(message,history):
|
|
| 52 |
return outputs
|
| 53 |
|
| 54 |
|
| 55 |
-
chat_interface = gr.ChatInterface(chat_interface,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
chat_interface.launch()
|
|
|
|
| 52 |
return outputs
|
| 53 |
|
| 54 |
|
| 55 |
+
chat_interface = gr.ChatInterface(chat_interface,
|
| 56 |
+
title="CAMAI - Centralized Actionable Multimodal Agri Assistant on Edge Intelligence for Farmers ",
|
| 57 |
+
theme='adam-haile/DSTheme',
|
| 58 |
+
examples = ['दिल्ली में घूमने के लिए शीर्ष पांच सर्वोत्तम स्थान','भारत में शीर्ष पांच प्रमुख फसलें कौन सी हैं?','धान की फसल में जीवाणु रोग से कैसे बचें?']
|
| 59 |
+
)
|
| 60 |
chat_interface.launch()
|