Spaces:
Sleeping
Sleeping
Commit
·
096512a
1
Parent(s):
86ecbdb
Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ def download_from_tap(url, output_path):
|
|
215 |
print(f"An error occurred: {err}") # Handle other possible errors
|
216 |
|
217 |
def download_data(tap_url):
|
218 |
-
return f"[Run Query on GaiaDB and Download CSV Datafile
|
219 |
|
220 |
# Main function to process all queries
|
221 |
def process_queries():
|
|
|
215 |
print(f"An error occurred: {err}") # Handle other possible errors
|
216 |
|
217 |
def download_data(tap_url):
|
218 |
+
return f"[Run Query on GaiaDB and Download CSV Datafile - may need second click to login]({tap_url})"
|
219 |
|
220 |
# Main function to process all queries
|
221 |
def process_queries():
|