Mohinikathro commited on
Commit
0400195
·
verified ·
1 Parent(s): ce8343a

changes made to app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ with gr.Blocks() as demo:
167
  )
168
 
169
  start_button = gr.Button("Start Interview")
170
- chatbot = gr.Chatbot(label="Interview Conversation")
171
 
172
  with gr.Row():
173
  response_input = gr.Textbox(label="Your Response", placeholder="Type 'quit' to end the interview")
 
167
  )
168
 
169
  start_button = gr.Button("Start Interview")
170
+ chatbot = gr.Chatbot(label="Interview Conversation", type="messages")
171
 
172
  with gr.Row():
173
  response_input = gr.Textbox(label="Your Response", placeholder="Type 'quit' to end the interview")