allow examples again
Browse files
app.py
CHANGED
@@ -545,12 +545,12 @@ def main(dataset, model
|
|
545 |
else:
|
546 |
keywords = keyword_list[0]
|
547 |
|
548 |
-
if dataset in examples:
|
549 |
-
|
550 |
-
|
551 |
-
else:
|
552 |
-
|
553 |
-
|
554 |
|
555 |
print(place_data)
|
556 |
print(df)
|
|
|
545 |
else:
|
546 |
keywords = keyword_list[0]
|
547 |
|
548 |
+
# if dataset in examples:
|
549 |
+
# df = get_example(keywords)
|
550 |
+
# place_data = 'test'
|
551 |
+
# else:
|
552 |
+
print(dataset)
|
553 |
+
df, place_data = scrape(keywords)
|
554 |
|
555 |
print(place_data)
|
556 |
print(df)
|