Towhidul commited on
Commit
21781c8
1 Parent(s): d5b157c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def visualize(data_url, grid_url, height=700):
87
  </iframe>
88
  """
89
 
90
- st.markdown(display_html(iframe, unsafe_allow_html=True))
91
 
92
  # # # Example usage in Streamlit
93
  # # data_url = "https://example.com/data.json"
 
87
  </iframe>
88
  """
89
 
90
+ st.markdown(display_html(iframe, raw=True), unsafe_allow_html=True)
91
 
92
  # # # Example usage in Streamlit
93
  # # data_url = "https://example.com/data.json"