Raaniel commited on
Commit
b0c72ac
β€’
1 Parent(s): 0bfd104

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.divider()
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)