QuantumLearner commited on
Commit
7617bf4
·
verified ·
1 Parent(s): 1d8da95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import streamlit as st
6
 
7
  # Set up the Streamlit app configuration
8
  st.set_page_config(page_title="Analyzing Future Price Movements with Monte Carlo Simulations", layout="wide")
9
- st.title('Analyzing Future Price Movements with Monte Carlo Simulations')
10
 
11
  # Sidebar instructions
12
  st.sidebar.title('Input Parameters')
 
6
 
7
  # Set up the Streamlit app configuration
8
  st.set_page_config(page_title="Analyzing Future Price Movements with Monte Carlo Simulations", layout="wide")
9
+ st.title('Future Price Movements with Monte Carlo Simulations')
10
 
11
  # Sidebar instructions
12
  st.sidebar.title('Input Parameters')