Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -333,7 +333,7 @@ with gr.Blocks(
|
|
333 |
</a>""")
|
334 |
|
335 |
with gr.Tabs() as tabs:
|
336 |
-
with gr.TabItem("
|
337 |
chatbot = gr.Chatbot(
|
338 |
type="messages",
|
339 |
label="PharmAI 챗봇 (스트리밍 출력)",
|
|
|
333 |
</a>""")
|
334 |
|
335 |
with gr.Tabs() as tabs:
|
336 |
+
with gr.TabItem("전문가", id="chat_tab"):
|
337 |
chatbot = gr.Chatbot(
|
338 |
type="messages",
|
339 |
label="PharmAI 챗봇 (스트리밍 출력)",
|