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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
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():
@@ -123,8 +123,8 @@ def set_up_chat_ui():
123
  with st.expander('Usage Instructions'):
124
  st.write(GlobalConfig.CHAT_USAGE_INSTRUCTIONS)
125
  st.markdown(
126
- 'SlideDeck AI is powered by'
127
- ' [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)'
128
  )
129
 
130
  # view_messages = st.expander('View the messages in the session state')
 
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():
 
123
  with st.expander('Usage Instructions'):
124
  st.write(GlobalConfig.CHAT_USAGE_INSTRUCTIONS)
125
  st.markdown(
126
+ 'AI Tutor SlideCraft AI is powered by'
127
+ ' [Mistral-7B-Instruct-v0.2](https://myapps.ai)'
128
  )
129
 
130
  # view_messages = st.expander('View the messages in the session state')