NotASI commited on
Commit
c8dcb19
·
1 Parent(s): da4ef65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ bot_inputs = [
159
  chatbot_component
160
  ]
161
 
162
- with gr.Blocks(theme = gr.Themes.Soft()) as demo:
163
  with gr.Tab("Chat with Gemini 1.5 Flash"):
164
  gr.HTML(TITLE)
165
  with gr.Row():
 
159
  chatbot_component
160
  ]
161
 
162
+ with gr.Blocks(theme = gr.themes.Soft()) as demo:
163
  with gr.Tab("Chat with Gemini 1.5 Flash"):
164
  gr.HTML(TITLE)
165
  with gr.Row():