nicoladisabato commited on
Commit
bcded58
Β·
1 Parent(s): 9059d98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ import time
7
  st.set_page_config(page_title='πŸ“œβœ‚οΈ Chat Summarizer πŸ“„πŸ”')
8
  st.title('πŸ“œβœ‚οΈ Chat Summarizer πŸ“„πŸ”')
9
 
 
 
10
 
11
  # Define available models and their corresponding names
12
  models = {
 
7
  st.set_page_config(page_title='πŸ“œβœ‚οΈ Chat Summarizer πŸ“„πŸ”')
8
  st.title('πŸ“œβœ‚οΈ Chat Summarizer πŸ“„πŸ”')
9
 
10
+ st.write("Check out the full notebook! [link](https://www.kaggle.com/code/nicoladisabato/pegasus-fine-tuning-for-text-summarization)")
11
+
12
 
13
  # Define available models and their corresponding names
14
  models = {