Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,6 +135,12 @@ def user_message(msg: str, history: list) -> tuple[str, list]:
|
|
| 135 |
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
|
| 136 |
gr.Markdown("# Chat with Gemini 2.0 Flash and See its Thoughts 💭")
|
| 137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
chatbot = gr.Chatbot(
|
| 139 |
type="messages",
|
| 140 |
label="Gemini2.0 'Thinking' Chatbot (Streaming Output)", #Label now indicates streaming
|
|
|
|
| 135 |
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
|
| 136 |
gr.Markdown("# Chat with Gemini 2.0 Flash and See its Thoughts 💭")
|
| 137 |
|
| 138 |
+
|
| 139 |
+
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Faiqcamp-Gemini2-Flash-Thinking.hf.space">
|
| 140 |
+
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Faiqcamp-Gemini2-Flash-Thinking.hf.space&countColor=%23263759" />
|
| 141 |
+
</a>""")
|
| 142 |
+
|
| 143 |
+
|
| 144 |
chatbot = gr.Chatbot(
|
| 145 |
type="messages",
|
| 146 |
label="Gemini2.0 'Thinking' Chatbot (Streaming Output)", #Label now indicates streaming
|