bhaskartripathi commited on
Commit
b1491dd
1 Parent(s): b38823a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[[USER_NAME, '']])
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