Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def interview_bot(user_input, history):
|
|
| 46 |
else:
|
| 47 |
return history, "🎯 You've completed the interview practice!"
|
| 48 |
|
| 49 |
-
# Gradio Interface
|
| 50 |
with gr.Blocks() as demo:
|
| 51 |
gr.Markdown("# 🤖 HR Interview Practice Chatbot")
|
| 52 |
chatbot = gr.Chatbot()
|
|
|
|
| 46 |
else:
|
| 47 |
return history, "🎯 You've completed the interview practice!"
|
| 48 |
|
| 49 |
+
# Gradio Interface demo
|
| 50 |
with gr.Blocks() as demo:
|
| 51 |
gr.Markdown("# 🤖 HR Interview Practice Chatbot")
|
| 52 |
chatbot = gr.Chatbot()
|