Spaces:
Runtime error
Runtime error
Hannes Kath commited on
Commit ·
0b61db7
1
Parent(s): 885bcbf
Test
Browse files
app.py
CHANGED
|
@@ -71,6 +71,7 @@ if __name__ == '__main__':
|
|
| 71 |
Output('text_list_files', 'children'),
|
| 72 |
Input('code_validation_button', 'n_clicks'),
|
| 73 |
State('code_input', 'value'),
|
|
|
|
| 74 |
)
|
| 75 |
def authenticate_code(n_clicks, code):
|
| 76 |
string = google_code_input(code)
|
|
|
|
| 71 |
Output('text_list_files', 'children'),
|
| 72 |
Input('code_validation_button', 'n_clicks'),
|
| 73 |
State('code_input', 'value'),
|
| 74 |
+
prevent_initial_call=True
|
| 75 |
)
|
| 76 |
def authenticate_code(n_clicks, code):
|
| 77 |
string = google_code_input(code)
|