Update app.py
Browse files
app.py
CHANGED
|
@@ -132,12 +132,9 @@ def user_message(msg: str, history: list) -> tuple[str, list]:
|
|
| 132 |
|
| 133 |
# Create the Gradio interface
|
| 134 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", neutral_hue="neutral")) as demo: # Using Soft theme with adjusted hues for a refined look
|
| 135 |
-
gr.Markdown("# Chat with Gemini 2.
|
|
|
|
| 136 |
|
| 137 |
-
|
| 138 |
-
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Faiqcamp-Gemini2-Flash-Thinking.hf.space">
|
| 139 |
-
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Faiqcamp-Gemini2-Flash-Thinking.hf.space&countColor=%23263759" />
|
| 140 |
-
</a>""")
|
| 141 |
|
| 142 |
|
| 143 |
chatbot = gr.Chatbot(
|
|
|
|
| 132 |
|
| 133 |
# Create the Gradio interface
|
| 134 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", neutral_hue="neutral")) as demo: # Using Soft theme with adjusted hues for a refined look
|
| 135 |
+
gr.Markdown("# Chat with Gemini 2.5 flash-preview-04-17 💭")
|
| 136 |
+
|
| 137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
|
| 139 |
|
| 140 |
chatbot = gr.Chatbot(
|