Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
| 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')
|