Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def gemini_chat(message, history):
|
|
| 33 |
iface = gr.ChatInterface(
|
| 34 |
fn=gemini_chat,
|
| 35 |
title='AGRI-CHAT : Your Personal AI powered Chatbot, built for Agriculture/Farming related queries',
|
| 36 |
-
chatbot=gr.Chatbot(height=
|
| 37 |
textbox=gr.Textbox(
|
| 38 |
placeholder="What's your question? Please type here!!",
|
| 39 |
scale=7
|
|
|
|
| 33 |
iface = gr.ChatInterface(
|
| 34 |
fn=gemini_chat,
|
| 35 |
title='AGRI-CHAT : Your Personal AI powered Chatbot, built for Agriculture/Farming related queries',
|
| 36 |
+
chatbot=gr.Chatbot(height=400),
|
| 37 |
textbox=gr.Textbox(
|
| 38 |
placeholder="What's your question? Please type here!!",
|
| 39 |
scale=7
|