Spaces:
Sleeping
Sleeping
button added
Browse files
app.py
CHANGED
@@ -66,6 +66,7 @@ if clear_button:
|
|
66 |
|
67 |
|
68 |
# Load the dataset from a provided source.
|
|
|
69 |
if submit_button:
|
70 |
if option == "YSA":
|
71 |
begin_t = time.time()
|
|
|
66 |
|
67 |
|
68 |
# Load the dataset from a provided source.
|
69 |
+
initial_input = "Please press the submit button!"
|
70 |
if submit_button:
|
71 |
if option == "YSA":
|
72 |
begin_t = time.time()
|