Spaces:
Running
Running
Commit ·
e10970a
1
Parent(s): ecb6b79
Quick fix app
Browse files
app.py
CHANGED
|
@@ -2,6 +2,7 @@ import streamlit as st
|
|
| 2 |
from streamlit_lottie import st_lottie_spinner
|
| 3 |
import json
|
| 4 |
import time
|
|
|
|
| 5 |
|
| 6 |
import pandas as pd
|
| 7 |
from datetime import datetime
|
|
|
|
| 2 |
from streamlit_lottie import st_lottie_spinner
|
| 3 |
import json
|
| 4 |
import time
|
| 5 |
+
import requests
|
| 6 |
|
| 7 |
import pandas as pd
|
| 8 |
from datetime import datetime
|