Skip to content

Commit

Permalink
app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavGenAI authored Jul 9, 2024
1 parent 65ebdfb commit 17c2fa0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,6 @@ def edit_report():
docx_bytes = docx_file.read()
st.download_button("Download .docx version of RFP!", data=docx_bytes, file_name="output.docx")




def get_conversation_string():
conversation_string = ""
for i in range(len(st.session_state['responses'])-1):
Expand Down

0 comments on commit 17c2fa0

Please sign in to comment.