Update app.py
Browse files
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
|