Spaces:
Runtime error
Runtime error
Updating markdowns
Browse files
app.py
CHANGED
@@ -420,18 +420,16 @@ with gr.Blocks() as demo:
|
|
420 |
|
421 |
with gr.Box():
|
422 |
diff_output = gr.Label(label='Difficulty Level', show_label=True)
|
423 |
-
gr.Markdown("Diversity Score Across Text")
|
424 |
plotter = gr.Plot()
|
425 |
|
426 |
with gr.Row():
|
427 |
with gr.Box():
|
428 |
-
div_output = gr.Label(label='Diversity Score', show_label=False)
|
429 |
-
gr.Markdown("Diversity Heamap")
|
430 |
interpretation = gr.components.Interpretation(in_text, label="Diversity Heapmap")
|
431 |
-
|
432 |
with gr.Box():
|
433 |
-
|
434 |
-
# gr.Markdown("*Nominal Score May Not Represent ")
|
435 |
interpretation2 = gr.components.Interpretation(in_text, label="Difficulty Heapmap")
|
436 |
with gr.Row():
|
437 |
with gr.Box():
|
|
|
420 |
|
421 |
with gr.Box():
|
422 |
diff_output = gr.Label(label='Difficulty Level', show_label=True)
|
|
|
423 |
plotter = gr.Plot()
|
424 |
|
425 |
with gr.Row():
|
426 |
with gr.Box():
|
427 |
+
div_output = gr.Label(label='Lexical Diversity Score', show_label=False)
|
428 |
+
gr.Markdown("Lexical Diversity Heamap")
|
429 |
interpretation = gr.components.Interpretation(in_text, label="Diversity Heapmap")
|
430 |
+
|
431 |
with gr.Box():
|
432 |
+
gr.Markdown("Relative Difficulty Heamap")
|
|
|
433 |
interpretation2 = gr.components.Interpretation(in_text, label="Difficulty Heapmap")
|
434 |
with gr.Row():
|
435 |
with gr.Box():
|