Spaces:
Running
Running
changes made to app.py
Browse files
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")
|