Jirat Jaturanpinyo commited on
Commit
8387671
·
verified ·
1 Parent(s): f978ed2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  with gr.Blocks() as demo:
4
  RepositoryID = gr.Textbox(label="RepositoryID")
5
  FileName = gr.Textbox(label="FileName")
6
- Submit = gr.Button(label="Run")
7
  Output = gr.Textbox("",readonly=True)
8
 
9
  @button.observe
 
3
  with gr.Blocks() as demo:
4
  RepositoryID = gr.Textbox(label="RepositoryID")
5
  FileName = gr.Textbox(label="FileName")
6
+ Submit = gr.Button()
7
  Output = gr.Textbox("",readonly=True)
8
 
9
  @button.observe