parjun commited on
Commit
da19e42
Β·
verified Β·
1 Parent(s): cf04477

Update app.py

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