Update app.py
Browse files
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 |
|