Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def respond(message, history):
|
|
| 28 |
|
| 29 |
# Create the Gradio interface
|
| 30 |
with gr.Blocks() as demo:
|
| 31 |
-
gr.Markdown("#Gemini-1.5-flash-8b-exp-0924 chatbot")
|
| 32 |
|
| 33 |
chatbot = gr.Chatbot()
|
| 34 |
msg = gr.Textbox(label="Your message")
|
|
|
|
| 28 |
|
| 29 |
# Create the Gradio interface
|
| 30 |
with gr.Blocks() as demo:
|
| 31 |
+
gr.Markdown("# Gemini-1.5-flash-8b-exp-0924 chatbot")
|
| 32 |
|
| 33 |
chatbot = gr.Chatbot()
|
| 34 |
msg = gr.Textbox(label="Your message")
|