Update app.py
Browse files
app.py
CHANGED
|
@@ -241,7 +241,7 @@ with gr.Blocks() as app:
|
|
| 241 |
|
| 242 |
#survey2_submission_ID = gr.Textbox(label="Before submitting your surveystack survey, PLEASE record your submission ID. Type it here.", visible=False)
|
| 243 |
|
| 244 |
-
submit_button = gr.Button("Create JSONs"
|
| 245 |
|
| 246 |
with gr.Row():
|
| 247 |
json_output_farm = gr.Textbox(label="Farm Data JSON", visible=False)
|
|
|
|
| 241 |
|
| 242 |
#survey2_submission_ID = gr.Textbox(label="Before submitting your surveystack survey, PLEASE record your submission ID. Type it here.", visible=False)
|
| 243 |
|
| 244 |
+
submit_button = gr.Button("Create JSONs")
|
| 245 |
|
| 246 |
with gr.Row():
|
| 247 |
json_output_farm = gr.Textbox(label="Farm Data JSON", visible=False)
|