NeoPy commited on
Commit
475a9ce
·
verified ·
1 Parent(s): 8912e22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def reset_chat() -> tuple[List[ChatMessage], genai.ChatSession]:
112
  """
113
  return [], model.start_chat()
114
 
115
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
116
  gr.Markdown("# Chat with Gemini 2.0 Flash and See its Thoughts 💭")
117
 
118
  chatbot = gr.Chatbot(
 
112
  """
113
  return [], model.start_chat()
114
 
115
+ with gr.Blocks() as demo:
116
  gr.Markdown("# Chat with Gemini 2.0 Flash and See its Thoughts 💭")
117
 
118
  chatbot = gr.Chatbot(