Shashank1406 commited on
Commit
76bfe4c
1 Parent(s): 0e7db50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -328,7 +328,6 @@ def main():
328
  with st.container():
329
  df = pd.DataFrame(st.session_state["user_stories_json"])
330
  st.table(df)
331
- st.markdown(st.session_state["user_stories"])
332
  else:
333
  st.warning(
334
  'Plesase Process RFP Details to access this feature', icon="⚠️")
 
328
  with st.container():
329
  df = pd.DataFrame(st.session_state["user_stories_json"])
330
  st.table(df)
 
331
  else:
332
  st.warning(
333
  'Plesase Process RFP Details to access this feature', icon="⚠️")