Spaces:
Runtime error
Runtime error
Update tabbed.py
Browse files
tabbed.py
CHANGED
@@ -93,11 +93,11 @@ with gr.Blocks() as demo:
|
|
93 |
# One
|
94 |
""")
|
95 |
with gr.Tab("Instruct"):
|
96 |
-
gr.Markdown("# Demo")
|
97 |
instruct_interface.render()
|
98 |
|
99 |
with gr.Tab("Chatbot"):
|
100 |
-
gr.Markdown("# Demo")
|
101 |
chatbot = gr.Chatbot()
|
102 |
with gr.Row():
|
103 |
message = gr.Textbox(
|
|
|
93 |
# One
|
94 |
""")
|
95 |
with gr.Tab("Instruct"):
|
96 |
+
gr.Markdown("# Instruct Demo")
|
97 |
instruct_interface.render()
|
98 |
|
99 |
with gr.Tab("Chatbot"):
|
100 |
+
gr.Markdown("# Chatbot Demo")
|
101 |
chatbot = gr.Chatbot()
|
102 |
with gr.Row():
|
103 |
message = gr.Textbox(
|