Nightmare143 commited on
Commit
82c089d
·
verified ·
1 Parent(s): e27eca7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()