iLabUtk commited on
Commit
90fde92
·
verified ·
1 Parent(s): 325df91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -62,9 +62,7 @@ explanation_text = """
62
  """
63
 
64
  # Sample text
65
- sample_text = """This is an example text. It is used to demonstrate how readability scores work.
66
- The quick brown fox jumps over the lazy dog. Readability metrics help in understanding
67
- how easy or difficult a text is to read."""
68
 
69
  # Create Gradio Blocks Interface
70
  with gr.Blocks(title="Text Readability Analyzer") as app:
 
62
  """
63
 
64
  # Sample text
65
+ sample_text = """This is an example text. It is used to demonstrate how readability scores work. The quick brown fox jumps over the lazy dog. Readability metrics help in understanding how easy or difficult a text is to read."""
 
 
66
 
67
  # Create Gradio Blocks Interface
68
  with gr.Blocks(title="Text Readability Analyzer") as app: