usmanyousaf commited on
Commit
cbac883
·
verified ·
1 Parent(s): 4acc9a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -20
app.py CHANGED
@@ -101,17 +101,14 @@ def build_ui():
101
  st.subheader(APP_TEXT['caption'])
102
 
103
 
104
- with st.expander('Member Contributions & Responsibilities 👥'):
105
- # st.markdown(GlobalConfig.CHAT_USAGE_INSTRUCTIONS)
106
- st.markdown(
107
- "**Supervisor:** Ma'am Fouzia"
108
-
109
- "**Group Members:**"
110
- "Usman Yousaf"
111
- "Faisal Khan"
112
- "Mahnoor Asghar"
113
-
114
- )
115
 
116
  set_up_chat_ui()
117
 
@@ -119,17 +116,13 @@ def build_ui():
119
  def set_up_chat_ui():
120
 
121
  with st.expander('Usage Instructions'):
122
- # st.markdown(GlobalConfig.CHAT_USAGE_INSTRUCTIONS)
123
  st.markdown(
124
- "Focused Usage 🚧"
125
- "Use resources strictly for the 'AI Slide Maker' project."
126
-
127
- "Access Management 🔐"
128
- "Ensure secure access to tools and report any issues."
129
-
130
- "Data Protection 🛡️"
131
  "Safeguard project data and maintain confidentiality."
132
-
133
  )
134
 
135
  st.chat_message('ai').write(
 
101
  st.subheader(APP_TEXT['caption'])
102
 
103
 
104
+ st.markdown("### Member Contributions & Responsibilities 👥")
105
+ st.markdown(
106
+ "**Supervisor:** Ma'am Fouzia \n"
107
+ "**Group Members:** \n"
108
+ "- Usman Yousaf \n"
109
+ "- Faisal Khan \n"
110
+ "- Mahnoor Asghar"
111
+ )
 
 
 
112
 
113
  set_up_chat_ui()
114
 
 
116
  def set_up_chat_ui():
117
 
118
  with st.expander('Usage Instructions'):
 
119
  st.markdown(
120
+ "#### Focused Usage 🚧 \n"
121
+ "Use resources strictly for the 'AI Slide Maker' project. \n\n"
122
+ "#### Access Management 🔐 \n"
123
+ "Ensure secure access to tools and report any issues. \n\n"
124
+ "#### Data Protection 🛡️ \n"
 
 
125
  "Safeguard project data and maintain confidentiality."
 
126
  )
127
 
128
  st.chat_message('ai').write(