Update app.py
Browse files
app.py
CHANGED
@@ -148,6 +148,13 @@ def main():
|
|
148 |
|
149 |
# Clean up the temporary file after processing
|
150 |
os.remove(temp_file_path)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
st.markdown(
|
152 |
'<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>',
|
153 |
unsafe_allow_html=True)
|
|
|
148 |
|
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)
|