Spaces:
Running
Running
Jirat Jaturanpinyo
commited on
Update app.py
Browse files
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("",
|
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():
|