Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,5 +27,5 @@ def reply(message, history):
|
|
27 |
answer = str(query_engine.query(message))
|
28 |
return answer
|
29 |
|
30 |
-
Conversing = gr.ChatInterface(reply, chatbot=gr.Chatbot(height=
|
31 |
title = 'E-Commerce BT/AN/CA/DH CMS Q&A', undo_btn = None, clear_btn = None, css='footer {visibility: hidden}').launch()
|
|
|
27 |
answer = str(query_engine.query(message))
|
28 |
return answer
|
29 |
|
30 |
+
Conversing = gr.ChatInterface(reply, chatbot=gr.Chatbot(height="70vh"), retry_btn=None,theme=gr.themes.Monochrome(),
|
31 |
title = 'E-Commerce BT/AN/CA/DH CMS Q&A', undo_btn = None, clear_btn = None, css='footer {visibility: hidden}').launch()
|