remove debugging messages
Browse files
app.py
CHANGED
@@ -82,8 +82,7 @@ def plot_training_loss(metrics):
|
|
82 |
# Streamlit App
|
83 |
st.title("Stock Prediction with NeuralProphet")
|
84 |
st.info("Test stock data is auto loaded. Please select a ticker to start forecasting.")
|
85 |
-
|
86 |
-
st.write(os.listdir(os.path.dirname(__file__)))
|
87 |
|
88 |
def get_default_file():
|
89 |
try:
|
|
|
82 |
# Streamlit App
|
83 |
st.title("Stock Prediction with NeuralProphet")
|
84 |
st.info("Test stock data is auto loaded. Please select a ticker to start forecasting.")
|
85 |
+
|
|
|
86 |
|
87 |
def get_default_file():
|
88 |
try:
|