Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,10 @@ def chatbot_response(api_key, user_input):
|
|
| 32 |
# Gradio UI
|
| 33 |
with gr.Blocks() as demo:
|
| 34 |
gr.Markdown("# π€ Conversational Q&A Chatbot")
|
| 35 |
-
gr.Markdown("Enter your Groq API key and chat below!")
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
api_key_box = gr.Textbox(label="π Groq API Key", type="password")
|
| 38 |
user_input = gr.Textbox(label="π¬ Your Question")
|
|
|
|
| 32 |
# Gradio UI
|
| 33 |
with gr.Blocks() as demo:
|
| 34 |
gr.Markdown("# π€ Conversational Q&A Chatbot")
|
| 35 |
+
# gr.Markdown("Enter your Groq API key and chat below!")
|
| 36 |
+
gr.Markdown(
|
| 37 |
+
"Enter your Groq API key and chat below! π€ This chatbot has been initialized as a **comedian AI assistant** β so expect jokes, quirky answers, and playful tone by default. You can repurpose it easily for serious Q&A, guidance, or custom personas!"
|
| 38 |
+
)
|
| 39 |
|
| 40 |
api_key_box = gr.Textbox(label="π Groq API Key", type="password")
|
| 41 |
user_input = gr.Textbox(label="π¬ Your Question")
|