Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
boun-tabi-LMG
/
TURNA
like
45
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yirmibesogluz
commited on
Jan 26, 2024
Commit
adb1cfa
·
1 Parent(s):
4a4e551
Added missing comma
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,7 +12,7 @@ st.set_page_config(
12
)
13
14
PAGES = {
15
-
"Turna": apps.home
16
"Text Summarization": apps.summarization
17
}
18
12
)
13
14
PAGES = {
15
+
"Turna": apps.home
,
16
"Text Summarization": apps.summarization
17
}
18