umarigan commited on
Commit
31b0cde
·
1 Parent(s): 03549ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -149,12 +149,12 @@ def main():
149
  # Clean up the temporary file after processing
150
  os.remove(temp_file_path)
151
  with st.expander("""Example prompts"""):
152
- st.markdown(
153
- """
154
- - I want you to summarize this document
155
- - What is this document about?
156
- - Can you help me to understand ....(fill the blank) part in this document?
157
- """)
158
  st.markdown(
159
  '<a href="https://www.linkedin.com/in/umarigan/"><img src="https://www.edigitalagency.com.au/wp-content/uploads/Linkedin-logo-icon-png.png" width="40" height="40" ></a>',
160
  unsafe_allow_html=True)
 
149
  # Clean up the temporary file after processing
150
  os.remove(temp_file_path)
151
  with st.expander("""Example prompts"""):
152
+ st.markdown(
153
+ """
154
+ - I want you to summarize this document
155
+ - What is this document about?
156
+ - Can you help me to understand ....(fill the blank) part in this document?
157
+ """)
158
  st.markdown(
159
  '<a href="https://www.linkedin.com/in/umarigan/"><img src="https://www.edigitalagency.com.au/wp-content/uploads/Linkedin-logo-icon-png.png" width="40" height="40" ></a>',
160
  unsafe_allow_html=True)