Spaces:
Runtime error
Runtime error
Commit
·
f58375e
1
Parent(s):
bdbc076
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,6 @@ with gr.Blocks(title=title) as demo:
|
|
149 |
combine_adjacent=False).style(color_map={"++": "darkgreen","+": "green",
|
150 |
"--": "darkred",
|
151 |
"-": "red", "NA":"white"})
|
152 |
-
# paraph = gr.Textbox(label = "Paraphrased Sentences:")
|
153 |
|
154 |
submit_btn.click(
|
155 |
main,
|
|
|
149 |
combine_adjacent=False).style(color_map={"++": "darkgreen","+": "green",
|
150 |
"--": "darkred",
|
151 |
"-": "red", "NA":"white"})
|
|
|
152 |
|
153 |
submit_btn.click(
|
154 |
main,
|