集成测试
Browse files
app.py
CHANGED
|
@@ -1827,7 +1827,7 @@ def main():
|
|
| 1827 |
# with gr.TabItem("Comparison", elem_classes=["tab-item"]):
|
| 1828 |
# create_tab_content("comparison")
|
| 1829 |
with gr.Column(scale=2, min_width=400):
|
| 1830 |
-
|
| 1831 |
|
| 1832 |
# chatbot.render()
|
| 1833 |
# gr.LoginButton()
|
|
|
|
| 1827 |
# with gr.TabItem("Comparison", elem_classes=["tab-item"]):
|
| 1828 |
# create_tab_content("comparison")
|
| 1829 |
with gr.Column(scale=2, min_width=400):
|
| 1830 |
+
# 聊天面板
|
| 1831 |
|
| 1832 |
# chatbot.render()
|
| 1833 |
# gr.LoginButton()
|