Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ bot_inputs = [
|
|
| 160 |
|
| 161 |
|
| 162 |
with gr.Blocks(theme="earneleh/paris") as demo:
|
| 163 |
-
|
| 164 |
with gr.Row():
|
| 165 |
google_key_component.render()
|
| 166 |
with gr.Row():
|
|
|
|
| 160 |
|
| 161 |
|
| 162 |
with gr.Blocks(theme="earneleh/paris") as demo:
|
| 163 |
+
gr.Markdown("<h1 style='font-size: 36px; font-weight: bold; font-family: Arial;'>Gemini 2.0 Multimodal Chatbot</h1>")
|
| 164 |
with gr.Row():
|
| 165 |
google_key_component.render()
|
| 166 |
with gr.Row():
|