DavidD003 commited on
Commit
1b0648e
·
1 Parent(s): 5bcd3fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as demo:
17
  out2 = gr.Textbox()
18
  btn2 = gr.Button("Run2")
19
  with gr.Tab("B - Scheduler"):
20
- gr.Markdown("Start tzyping below and then click **Run** to see the output.2")
21
  with gr.Row():
22
  inp2 = gr.Textbox(placeholder="What is your name?2")
23
  out2 = gr.Textbox()
 
17
  out2 = gr.Textbox()
18
  btn2 = gr.Button("Run2")
19
  with gr.Tab("B - Scheduler"):
20
+ gr.Markdown("Start tzyping below and then click **Run** to see the output.2")
21
  with gr.Row():
22
  inp2 = gr.Textbox(placeholder="What is your name?2")
23
  out2 = gr.Textbox()