update
Browse files
app.py
CHANGED
|
@@ -341,7 +341,7 @@ def handle_submit(
|
|
| 341 |
|
| 342 |
|
| 343 |
with gr.Blocks() as demo:
|
| 344 |
-
gr.Markdown("<h1 style='font-size: 36px; font-weight: bold; font-family: Arial;'>Gemini 2.
|
| 345 |
with gr.Row():
|
| 346 |
google_key_component.render()
|
| 347 |
with gr.Row():
|
|
|
|
| 341 |
|
| 342 |
|
| 343 |
with gr.Blocks() as demo:
|
| 344 |
+
gr.Markdown("<h1 style='font-size: 36px; font-weight: bold; font-family: Arial;'>Gemini 2.5 Multimodal Chatbot</h1>")
|
| 345 |
with gr.Row():
|
| 346 |
google_key_component.render()
|
| 347 |
with gr.Row():
|