phitran commited on
Commit
7cf22f7
·
1 Parent(s): 5c6133b

remove debugging messages

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- st.write("Files in the current working directory:")
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: