Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ import matplotlib.pyplot as plt
|
|
| 11 |
# Streamlit app
|
| 12 |
|
| 13 |
st.set_page_config(page_title="Identifying Key Support and Resistance In Price Levels", layout="wide")
|
| 14 |
-
st.title('
|
| 15 |
|
| 16 |
st.markdown("""
|
| 17 |
This tool aims to identify key support and resistance price levels in stocks using various algorithmic methods. Each method is detailed below:
|
|
|
|
| 11 |
# Streamlit app
|
| 12 |
|
| 13 |
st.set_page_config(page_title="Identifying Key Support and Resistance In Price Levels", layout="wide")
|
| 14 |
+
st.title('Key Support and Resistance In Price Levels')
|
| 15 |
|
| 16 |
st.markdown("""
|
| 17 |
This tool aims to identify key support and resistance price levels in stocks using various algorithmic methods. Each method is detailed below:
|