HakshaySundar commited on
Commit
95db9c2
1 Parent(s): caa11cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  from text_converter import generate_similar_sentence
 
3
 
4
  APP_DESCRIPTION = '''# Reading Level Converter
5
  <div id="content_align">Convert any text to a specified reading level while retaining the core text meaning</div>'''
 
1
  import gradio as gr
2
  from text_converter import generate_similar_sentence
3
+ from text_converter import user_input_readability_level
4
 
5
  APP_DESCRIPTION = '''# Reading Level Converter
6
  <div id="content_align">Convert any text to a specified reading level while retaining the core text meaning</div>'''