tsi-org commited on
Commit
d1f3f4c
1 Parent(s): a3f3497

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -81,16 +81,16 @@ pptx_template = st.sidebar.radio(
81
  )
82
 
83
 
84
- # def display_page_header_content():
85
- # """
86
- # Display content in the page header.
87
- # """
88
 
89
- # st.title(APP_TEXT['app_name'])
90
- # st.subheader(APP_TEXT['caption'])
91
- # st.markdown(
92
- # '![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fbarunsaha%2Fslide-deck-ai&countColor=%23263759)' # noqa: E501
93
- # )
94
 
95
 
96
  def display_page_footer_content():
 
81
  )
82
 
83
 
84
+ def display_page_header_content():
85
+ """
86
+ Display content in the page header.
87
+ """
88
 
89
+ st.title(APP_TEXT['app_name'])
90
+ st.subheader(APP_TEXT['caption'])
91
+ st.markdown(
92
+ '' # noqa: E501
93
+ )
94
 
95
 
96
  def display_page_footer_content():