Spaces:
Running
Running
Update app.py
Browse files
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("
|
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 |
|