numBery commited on
Commit
fb64fbe
1 Parent(s): 2f9e880

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ t5_keywords_df, original_keywords_df, unique_keywords_df, total_end = extract_pa
99
  st.text(f'T5 PARAPHRASING RUNTIME: {total_end}\n')
100
 
101
  st.subheader('\nOriginal Keywords Extracted:\n\n')
102
- st.dataframe(original_keywords_df))
103
 
104
  st.subheader('\nT5 Keywords Extracted:\n\n')
105
  st.dataframe(t5_keywords_df)
 
99
  st.text(f'T5 PARAPHRASING RUNTIME: {total_end}\n')
100
 
101
  st.subheader('\nOriginal Keywords Extracted:\n\n')
102
+ st.dataframe(original_keywords_df)
103
 
104
  st.subheader('\nT5 Keywords Extracted:\n\n')
105
  st.dataframe(t5_keywords_df)