Spaces:
Running
Running
Update clients.py
Browse files- clients.py +0 -4
clients.py
CHANGED
@@ -5,10 +5,6 @@ Created on Mon Jan 1 11:20:18 2024
|
|
5 |
@author: mohanadafiffy
|
6 |
"""
|
7 |
import os
|
8 |
-
from dotenv import load_dotenv
|
9 |
-
|
10 |
-
# Load environment variables from a .env file
|
11 |
-
load_dotenv()
|
12 |
import streamlit as st
|
13 |
import pandas as pd
|
14 |
import requests
|
|
|
5 |
@author: mohanadafiffy
|
6 |
"""
|
7 |
import os
|
|
|
|
|
|
|
|
|
8 |
import streamlit as st
|
9 |
import pandas as pd
|
10 |
import requests
|