CloseX commited on
Commit
7b2e214
1 Parent(s): 28b3bd0

Update tabbed.py

Browse files
Files changed (1) hide show
  1. tabbed.py +2 -2
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(