duongthienz commited on
Commit
e3baf4d
·
verified ·
1 Parent(s): 43b7728

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -621,7 +621,7 @@ try:
621
  st.session_state.summaries[currFileIndex]["df4"] = df4
622
 
623
  with dataTab:
624
- displayDF = apply_speaker_renames_to_df(currDF, currFileIndex, column="task")
625
  csv = convert_df(displayDF)
626
 
627
  st.download_button(
 
621
  st.session_state.summaries[currFileIndex]["df4"] = df4
622
 
623
  with dataTab:
624
+ displayDF = apply_speaker_renames_to_df(currDF, currFileIndex, column="Resource")
625
  csv = convert_df(displayDF)
626
 
627
  st.download_button(