Arafath10 commited on
Commit
76bba56
·
verified ·
1 Parent(s): e37910a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
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.....")