Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def chat(chat_history, user_input):
|
|
| 38 |
yield chat_history + [(user_input, bot_response)]
|
| 39 |
|
| 40 |
with gr.Blocks() as demo:
|
| 41 |
-
gr.Markdown('# Q&A Bot with
|
| 42 |
with gr.Tab("Knowledge Bot"):
|
| 43 |
# inputbox = gr.Textbox("Input your text to build a Q&A Bot here.....")
|
| 44 |
chatbot = gr.Chatbot()
|
|
|
|
| 38 |
yield chat_history + [(user_input, bot_response)]
|
| 39 |
|
| 40 |
with gr.Blocks() as demo:
|
| 41 |
+
gr.Markdown('# Q&A Bot with Fine-tuned Model')
|
| 42 |
with gr.Tab("Knowledge Bot"):
|
| 43 |
# inputbox = gr.Textbox("Input your text to build a Q&A Bot here.....")
|
| 44 |
chatbot = gr.Chatbot()
|