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...
Update app.py
#2
by
MrJShen
- opened
Aug 30, 2023
base:
refs/heads/main
←
from:
refs/pr/2
Discussion
Files changed
+1
-0
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