Spaces:
Paused
Paused
Fix typo
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from Tabs.Gemini_Chatbot_Preview import gemini_chatbot_preview, clear_chat_butto
|
|
| 4 |
from Tabs.Gemma_Chatbot import gemma_chatbot
|
| 5 |
|
| 6 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 7 |
-
gr.HTML("""<h3 align="center">I strongly recommond
|
| 8 |
# ============================== Stable - START ==============================
|
| 9 |
with gr.Tab("Chat with Gemini 1.5 Flash"):
|
| 10 |
gr.HTML(TITLE)
|
|
|
|
| 4 |
from Tabs.Gemma_Chatbot import gemma_chatbot
|
| 5 |
|
| 6 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 7 |
+
gr.HTML("""<h3 align="center">I strongly recommond duplicate this space for intensive uses!!!</h3>""")
|
| 8 |
# ============================== Stable - START ==============================
|
| 9 |
with gr.Tab("Chat with Gemini 1.5 Flash"):
|
| 10 |
gr.HTML(TITLE)
|