Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -73,9 +73,9 @@ with demo:
|
|
73 |
with gr.TabItem("Power Virtual Agents"):
|
74 |
pva_button = gr.Button("调用机器人对话>>")
|
75 |
pva_output=gr.HTML(label="机器人聊天窗口",show_label=True)
|
76 |
-
with gr.TabItem("
|
77 |
-
lk_button = gr.Button("
|
78 |
-
lk_output=gr.HTML(label="
|
79 |
|
80 |
tj_button.click(fx1, inputs=text_input, outputs=text_output)
|
81 |
cs_button.click(fx2, inputs=val_input, outputs=json_output)
|
|
|
73 |
with gr.TabItem("Power Virtual Agents"):
|
74 |
pva_button = gr.Button("调用机器人对话>>")
|
75 |
pva_output=gr.HTML(label="机器人聊天窗口",show_label=True)
|
76 |
+
with gr.TabItem("Excel365测试"):
|
77 |
+
lk_button = gr.Button("Excel调用>>")
|
78 |
+
lk_output=gr.HTML(label="在线版演示",show_label=True)
|
79 |
|
80 |
tj_button.click(fx1, inputs=text_input, outputs=text_output)
|
81 |
cs_button.click(fx2, inputs=val_input, outputs=json_output)
|