Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ st.set_page_config(page_title = "Support and resistance levels",
|
|
| 14 |
|
| 15 |
st.title('π Technical analysis π')
|
| 16 |
st.header('Find support and resistance levels for :blue[price action] analysis!')
|
| 17 |
-
st.
|
| 18 |
|
| 19 |
def load_lottieurl(url: str):
|
| 20 |
r = requests.get(url)
|
|
|
|
| 14 |
|
| 15 |
st.title('π Technical analysis π')
|
| 16 |
st.header('Find support and resistance levels for :blue[price action] analysis!')
|
| 17 |
+
st.markdown('##')
|
| 18 |
|
| 19 |
def load_lottieurl(url: str):
|
| 20 |
r = requests.get(url)
|