Spaces:
Running
Running
jeffrey
commited on
Commit
·
0658fcd
1
Parent(s):
81beec9
chatbot goat
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ with gr.Blocks(theme="earneleh/paris") as demo:
|
|
| 136 |
|
| 137 |
with gr.Column(scale=7):
|
| 138 |
gr.Markdown("## This is your Naive RAG Chatbot 🚀")
|
| 139 |
-
chatbot = gr.Chatbot(type="messages")
|
| 140 |
chat_input = gr.Textbox()
|
| 141 |
clear = gr.Button(value="Clear Chat🗑️")
|
| 142 |
|
|
|
|
| 136 |
|
| 137 |
with gr.Column(scale=7):
|
| 138 |
gr.Markdown("## This is your Naive RAG Chatbot 🚀")
|
| 139 |
+
chatbot = gr.Chatbot(type="messages", height=600)
|
| 140 |
chat_input = gr.Textbox()
|
| 141 |
clear = gr.Button(value="Clear Chat🗑️")
|
| 142 |
|