Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,7 +150,7 @@ example_images = [["ex1.png"], ["ex2.png"]]
|
|
| 150 |
|
| 151 |
with gr.Blocks(theme="earneleh/paris") as demo:
|
| 152 |
gr.Markdown(
|
| 153 |
-
"<h1 style='font-size:36px; font-weight:bold;'>
|
| 154 |
)
|
| 155 |
|
| 156 |
chatbot_component.render()
|
|
|
|
| 150 |
|
| 151 |
with gr.Blocks(theme="earneleh/paris") as demo:
|
| 152 |
gr.Markdown(
|
| 153 |
+
"<h1 style='font-size:36px; font-weight:bold;'>Google Gemini</h1>"
|
| 154 |
)
|
| 155 |
|
| 156 |
chatbot_component.render()
|