Update app.py
Browse files
app.py
CHANGED
|
@@ -148,6 +148,7 @@ def main():
|
|
| 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 |
"""
|
|
|
|
| 148 |
|
| 149 |
# Clean up the temporary file after processing
|
| 150 |
os.remove(temp_file_path)
|
| 151 |
+
|
| 152 |
with st.expander("""Example prompts"""):
|
| 153 |
st.markdown(
|
| 154 |
"""
|