Spaces:
Runtime error
Runtime error
layout="1:3" # 新增這一行
Browse files
app.py
CHANGED
@@ -139,5 +139,6 @@ if __name__ == "__main__":
|
|
139 |
gr.components.Chatbot(label="生成的對話"),
|
140 |
gr.components.File(label="下載對話 JSON 文件"),
|
141 |
gr.components.Textbox(readonly=True, label="對話 JSON 內容", lines=10)
|
142 |
-
]
|
|
|
143 |
).launch()
|
|
|
139 |
gr.components.Chatbot(label="生成的對話"),
|
140 |
gr.components.File(label="下載對話 JSON 文件"),
|
141 |
gr.components.Textbox(readonly=True, label="對話 JSON 內容", lines=10)
|
142 |
+
],
|
143 |
+
layout="1:3" # 新增這一行
|
144 |
).launch()
|