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