yirmibesogluz commited on
Commit
adb1cfa
1 Parent(s): 4a4e551

Added missing comma

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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