Yash345 commited on
Commit
5906eac
1 Parent(s): 24c28a8

Update pages/Graphs.py

Browse files
Files changed (1) hide show
  1. pages/Graphs.py +1 -1
pages/Graphs.py CHANGED
@@ -16,7 +16,7 @@ custom_styles = """
16
  # Render custom styles
17
  st.markdown(custom_styles, unsafe_allow_html=True)
18
  # Load your existing HTML file
19
- with open("C:/Users/sharm/Downloads/ask-multiple-pdfs-main/ask-multiple-pdfs-main/output.html", "r", encoding="utf-8") as file:
20
  html_content = file.read()
21
 
22
  # st.markdown(html_content, unsafe_allow_html=True)
 
16
  # Render custom styles
17
  st.markdown(custom_styles, unsafe_allow_html=True)
18
  # Load your existing HTML file
19
+ with open("output.html", "r", encoding="utf-8") as file:
20
  html_content = file.read()
21
 
22
  # st.markdown(html_content, unsafe_allow_html=True)