Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  # app.py
2
  import streamlit as st
 
3
 
4
  st.header("Summarizer")
5
 
 
1
  # app.py
2
  import streamlit as st
3
+ from utils import *
4
 
5
  st.header("Summarizer")
6