Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -1,13 +1,7 @@
|
|
| 1 |
-
import os
|
| 2 |
import streamlit as st
|
| 3 |
import pandas as pd
|
| 4 |
import requests
|
| 5 |
|
| 6 |
-
# Hugging Face Safe Configuration
|
| 7 |
-
os.environ["STREAMLIT_DISABLE_TELEMETRY"] = "1"
|
| 8 |
-
os.environ["STREAMLIT_HOME"] = "/tmp"
|
| 9 |
-
os.environ["XDG_CONFIG_HOME"] = "/tmp"
|
| 10 |
-
os.environ["XDG_CACHE_HOME"] = "/tmp"
|
| 11 |
|
| 12 |
# Set the title of the Streamlit app
|
| 13 |
st.title("Welcome to Sales Forecast Prediction Generator")
|
|
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
import requests
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
# Set the title of the Streamlit app
|
| 7 |
st.title("Welcome to Sales Forecast Prediction Generator")
|