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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ 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
10
  def button_click():
 
4
  RepositoryID = gr.Textbox(label="RepositoryID")
5
  FileName = gr.Textbox(label="FileName")
6
  Submit = gr.Button()
7
+ Output = gr.Textbox("",interactive=False)
8
 
9
  @button.observe
10
  def button_click():