Spaces:
Runtime error
Runtime error
Commit
·
377311e
1
Parent(s):
b7cffa1
app.py
CHANGED
@@ -90,8 +90,8 @@ logging.basicConfig(
|
|
90 |
# Define constants
|
91 |
DEFAULT_FILE_PATH = "scraped_data"
|
92 |
PURPOSE = (
|
93 |
-
"You
|
94 |
-
"Anything new
|
95 |
)
|
96 |
|
97 |
# Global variables for task management
|
|
|
90 |
# Define constants
|
91 |
DEFAULT_FILE_PATH = "scraped_data"
|
92 |
PURPOSE = (
|
93 |
+
"You monitor urls. You log what you observe. You seek any changes on them since your last observation. "
|
94 |
+
"Anything new gets logged and dumped into csv, stored in your log folder at user/app/scraped_data."
|
95 |
)
|
96 |
|
97 |
# Global variables for task management
|