openfree commited on
Commit
2cde57f
·
verified ·
1 Parent(s): eeb5483

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ def create_app():
272
  gr.File(value=str(EVENTS_PATH), label="Download cycle_events.json")
273
 
274
  # ── Tab 2: GPT Chat ──
275
- with gr.TabItem("GPT Chat"):
276
  chatbot = gr.Chatbot(label="Assistant")
277
  user_input = gr.Textbox(lines=3, placeholder="메시지를 입력하세요…")
278
 
 
272
  gr.File(value=str(EVENTS_PATH), label="Download cycle_events.json")
273
 
274
  # ── Tab 2: GPT Chat ──
275
+ with gr.TabItem("Deep Research Chat"):
276
  chatbot = gr.Chatbot(label="Assistant")
277
  user_input = gr.Textbox(lines=3, placeholder="메시지를 입력하세요…")
278