Spaces:
Runtime error
Runtime error
Commit
·
b1491dd
1
Parent(s):
b38823a
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ def question_answer(url, file, question, openAI_key, model):
|
|
204 |
answer = gr.Chatbot(label='The answer to your question is :', placeholder='Type your question and press enter')
|
205 |
|
206 |
# define gr.Chatbox for question
|
207 |
-
question = gr.Chatbot(placeholder='Enter your question here', label='Enter your question here', message_pairs=[[
|
208 |
|
209 |
|
210 |
|
|
|
204 |
answer = gr.Chatbot(label='The answer to your question is :', placeholder='Type your question and press enter')
|
205 |
|
206 |
# define gr.Chatbox for question
|
207 |
+
question = gr.Chatbot(placeholder='Enter your question here', label='Enter your question here', message_pairs=[['User', '']])
|
208 |
|
209 |
|
210 |
|