Yatheshr commited on
Commit
88a516a
·
verified ·
1 Parent(s): abda2bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -62,7 +62,8 @@ def reset_chat():
62
 
63
  # UI
64
  with gr.Blocks() as demo:
65
- gr.Markdown("## 🤖 Mstar Chatbot")
 
66
 
67
  # API key section
68
  api_key_box = gr.Textbox(label="🔑 Enter Gemini API Key", type="password", placeholder="Paste your Gemini API Key here…")
 
62
 
63
  # UI
64
  with gr.Blocks() as demo:
65
+ gr.Markdown("![Mstar Logo](https://huggingface.co/spaces/Yatheshr/Mstar_Chatbot/resolve/main/mstar_chat.JPG)")
66
+ gr.Markdown("## Mstar Chatbot")
67
 
68
  # API key section
69
  api_key_box = gr.Textbox(label="🔑 Enter Gemini API Key", type="password", placeholder="Paste your Gemini API Key here…")