Nazhar commited on
Commit
730cc21
·
verified ·
1 Parent(s): 409e431

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -596,7 +596,7 @@ with final_recs:
596
 
597
  # date_value = pd.to_datetime('2021-08-12')
598
  # pred_date = st.date_input("Pick Test Date", value=date_value, min_value=date_value, max_value=date_limit)
599
- role = genrec_container.radio(
600
  "Show recommendation summary as:",
601
  ["Active Trader", "Equity Analyst"], horizontal=True)
602
 
 
596
 
597
  # date_value = pd.to_datetime('2021-08-12')
598
  # pred_date = st.date_input("Pick Test Date", value=date_value, min_value=date_value, max_value=date_limit)
599
+ role = st.radio(
600
  "Show recommendation summary as:",
601
  ["Active Trader", "Equity Analyst"], horizontal=True)
602