DavidD003 commited on
Commit
6d4f707
1 Parent(s): 16580c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -9,9 +9,10 @@ with gr.Blocks() as demo:
9
  A_fl_Tref=gr.File(label="Temp Refusal Sheet")
10
  with gr.Row():
11
  A_fl_VT=gr.File(label="Visual Template File")
12
- with gradio.Column():
13
  A_fl_PT=gr.File(label="Primed Template File")
14
- gr.Textbox(placeholder="What is your name?2")
 
15
  with gr.Tab("B - Scheduler"):
16
  gr.Markdown("Start typing below and then click **Run** to see the output.2")
17
  with gr.Row():
 
9
  A_fl_Tref=gr.File(label="Temp Refusal Sheet")
10
  with gr.Row():
11
  A_fl_VT=gr.File(label="Visual Template File")
12
+ with gr.Column():
13
  A_fl_PT=gr.File(label="Primed Template File")
14
+ A_fl_PTtimestamp=gr.Textbox(placeholder="What is your name?2")
15
+ A_bt_PT = gr.Button("Prime Visual Template")
16
  with gr.Tab("B - Scheduler"):
17
  gr.Markdown("Start typing below and then click **Run** to see the output.2")
18
  with gr.Row():