Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -9,6 +9,7 @@ app = FastAPI()
|
|
9 |
|
10 |
# Declare the continuous function as an async function.
|
11 |
async def your_continuous_function():
|
|
|
12 |
global data
|
13 |
while True:
|
14 |
print("data fetcher running.....")
|
|
|
9 |
|
10 |
# Declare the continuous function as an async function.
|
11 |
async def your_continuous_function():
|
12 |
+
import pandas as pd
|
13 |
global data
|
14 |
while True:
|
15 |
print("data fetcher running.....")
|