NotASI commited on
Commit
2e74200
·
1 Parent(s): 715ff59
Files changed (1) hide show
  1. app.py +1 -1
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 duplicating this space for intensive uses!!!</h3>""")
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)