DexterSptizu commited on
Commit
8b434b2
Β·
verified Β·
1 Parent(s): 75cfc9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -43,7 +43,8 @@ def create_volume_chart(ticker_data):
43
  return fig
44
 
45
  def main():
46
- st.title("πŸ“Š Stock Analysis Dashboard")
 
47
 
48
  # Input section
49
  col1, col2 = st.columns([2,2])
 
43
  return fig
44
 
45
  def main():
46
+ st.title("πŸ“Š Stock Information")
47
+ st.markdown("**Developed by : Venugopal Adep**")
48
 
49
  # Input section
50
  col1, col2 = st.columns([2,2])