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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ with gr.Blocks() as demo:
21
  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():
 
21
  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():