QuantumLearner commited on
Commit
1078087
·
verified ·
1 Parent(s): b1b0e7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -951,7 +951,6 @@ def fetch_symbol_ownership(symbol):
951
  def page4():
952
  st.title("Symbol Ownership")
953
  st.markdown("""
954
- **Description:**
955
  Fetch and visualizes ownership data for a specific stock symbol. Analyze investor counts, ownership percentages, portfolio value changes, positions activity, derivative activity.
956
  """)
957
 
 
951
  def page4():
952
  st.title("Symbol Ownership")
953
  st.markdown("""
 
954
  Fetch and visualizes ownership data for a specific stock symbol. Analyze investor counts, ownership percentages, portfolio value changes, positions activity, derivative activity.
955
  """)
956