Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TGSAI
/
Summariser
like
0
Sleeping
App
Files
Files
Community
11
Fetching metadata from the HF Docker repository...
MrJShen
commited on
Aug 30, 2023
Commit
b513dcd
·
1 Parent(s):
4f15ff1
Update app.py
Browse files
Allow app.py using utility functions.
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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