Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,8 @@ def reset_chat():
|
|
| 62 |
|
| 63 |
# UI
|
| 64 |
with gr.Blocks() as demo:
|
| 65 |
-
gr.Markdown("
|
|
|
|
| 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("")
|
| 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…")
|