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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -14
app.py CHANGED
@@ -101,14 +101,14 @@ def build_ui():
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
 
@@ -117,12 +117,12 @@ 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(
 
101
  st.subheader(APP_TEXT['caption'])
102
 
103
 
104
+ with st.expander("### 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
 
 
117
 
118
  with st.expander('Usage Instructions'):
119
  st.markdown(
120
+ "#### Streamlined Input ✍️ \n"
121
+ "Provide a concise title and description for the 'AI Slide Maker' project.. \n\n"
122
+ "#### Style Selection 🎨 \n"
123
+ "Choose your preferred design from the navigation bar to customize your slides. \n\n"
124
+ "#### Support Assistance 📞 \n"
125
+ "For any issues or inquiries, don’t hesitate to reach out to us"
126
  )
127
 
128
  st.chat_message('ai').write(