shukdevdatta123 commited on
Commit
7d20066
·
verified ·
1 Parent(s): 291f44e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ if openai_api_key:
154
  st.write("### Intelligent Reply:")
155
  st.write(response_content)
156
 
157
- # Generate HTML content
158
  html_content = generate_html(response_content)
159
 
160
  # Provide the download button for the HTML file
 
154
  st.write("### Intelligent Reply:")
155
  st.write(response_content)
156
 
157
+ # Generate HTML content based on the exact response content
158
  html_content = generate_html(response_content)
159
 
160
  # Provide the download button for the HTML file