usmanyousaf commited on
Commit
561141e
·
verified ·
1 Parent(s): d353856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -14
app.py CHANGED
@@ -118,20 +118,18 @@ def set_up_chat_ui():
118
  """
119
 
120
  with st.expander('Usage Instructions'):
121
- st.markdown(GlobalConfig.CHAT_USAGE_INSTRUCTIONS)
122
- st.markdown(
123
- '**AI SlideMaker** is our FYP project (Module 1) under the supervision of Maam Fouzia. '
124
- 'It is powered by [Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407). '
125
- 'Group members: Usman Yousaf, Faisal Nawaz Khan, Mahnoor Asghar.'
126
- )
127
-
128
- st.info(
129
- 'As this is an academic project, we are limited in the time we can dedicate to development. '
130
- 'However, we are committed to enhancing **AI SlideMaker** over time, adding more features and improvements based on your suggestions. '
131
- 'Your support means a lot to us—please consider leaving a heart ❤️ and sharing your feedback. '
132
- 'Every bit of encouragement helps us make this tool as useful as possible for the public!'
133
- )
134
-
135
 
136
  # view_messages = st.expander('View the messages in the session state')
137
 
 
118
  """
119
 
120
  with st.expander('Usage Instructions'):
121
+ st.markdown(GlobalConfig.CHAT_USAGE_INSTRUCTIONS)
122
+ st.markdown(
123
+ '**AI SlideMaker** is our FYP project (Module 1) under the supervision of Maam Fouzia. '
124
+ 'It is powered by [Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407). '
125
+ 'Group members: Usman Yousaf, Faisal Nawaz Khan, Mahnoor Asghar.'
126
+ )
127
+ st.info(
128
+ 'As this is an academic project, we are limited in the time we can dedicate to development. '
129
+ 'However, we are committed to enhancing **AI SlideMaker** over time, adding more features and improvements based on your suggestions. '
130
+ 'Your support means a lot to us—please consider leaving a heart ❤️ and sharing your feedback. '
131
+ 'Every bit of encouragement helps us make this tool as useful as possible for the public!'
132
+ )
 
 
133
 
134
  # view_messages = st.expander('View the messages in the session state')
135