amoldwalunj commited on
Commit
34ba2e9
·
1 Parent(s): 9dac049

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ def form_page():
164
  # """, unsafe_allow_html=True)
165
 
166
 
167
- from quill.delta import Delta, Renderer
168
 
169
  def editor_page():
170
  st.markdown("<h1 style='text-align: center; color: Red;'>Editor</h1>", unsafe_allow_html=True)
 
164
  # """, unsafe_allow_html=True)
165
 
166
 
167
+ #from quill.delta import Delta, Renderer
168
 
169
  def editor_page():
170
  st.markdown("<h1 style='text-align: center; color: Red;'>Editor</h1>", unsafe_allow_html=True)