DavidD003 commited on
Commit
3346d0a
·
1 Parent(s): 1ae7bb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,7 +9,7 @@ with gr.Blocks() as demo:
9
  inp1 = gr.Textbox(placeholder="What is your name?")
10
  out1 = gr.Textbox()
11
  btn1 = gr.Button("Run")
12
- fl1=gr.File(label="Assignments List"),
13
  with gr.Tab("B - Scheduler"):
14
  gr.Markdown("Start typing below and then click **Run** to see the output.2")
15
  with gr.Row():
@@ -22,7 +22,7 @@ with gr.Blocks() as demo:
22
  inp2 = gr.Textbox(placeholder="What is your name?2")
23
  out2 = gr.Textbox()
24
  btn2 = gr.Button("Run2")
25
- fl2=gr.File(label="Assignments List"),
26
  with gr.Tab("C - Review"):
27
  gr.Markdown("Start typing below and then click **Run** to see the output.2")
28
  with gr.Row():
 
9
  inp1 = gr.Textbox(placeholder="What is your name?")
10
  out1 = gr.Textbox()
11
  btn1 = gr.Button("Run")
12
+ fl1=gr.File(label="Assignments List")
13
  with gr.Tab("B - Scheduler"):
14
  gr.Markdown("Start typing below and then click **Run** to see the output.2")
15
  with gr.Row():
 
22
  inp2 = gr.Textbox(placeholder="What is your name?2")
23
  out2 = gr.Textbox()
24
  btn2 = gr.Button("Run2")
25
+ fl2=gr.File(label="Assignments List")
26
  with gr.Tab("C - Review"):
27
  gr.Markdown("Start typing below and then click **Run** to see the output.2")
28
  with gr.Row():