Krishnavamshithumma commited on
Commit
f89da78
Β·
verified Β·
1 Parent(s): 8bfd310

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks(title="Voice Bot: Krishnavamshi Thumma") as demo:
51
  gr.Markdown("## πŸŽ™οΈ Ask me about my experience, projects, or skills")
52
 
53
  api_key = gr.Textbox(label="πŸ” Enter your OpenAI API Key", type="password")
54
- chatbot = gr.Chatbot(label="🧠 Voice Bot")
55
  msg = gr.Textbox(label="πŸ’¬ Ask a question")
56
  clear = gr.Button("Clear")
57
 
 
51
  gr.Markdown("## πŸŽ™οΈ Ask me about my experience, projects, or skills")
52
 
53
  api_key = gr.Textbox(label="πŸ” Enter your OpenAI API Key", type="password")
54
+ chatbot = gr.Chatbot(label="🧠 Voice Bot", type="messages")
55
  msg = gr.Textbox(label="πŸ’¬ Ask a question")
56
  clear = gr.Button("Clear")
57