Spaces:
Runtime error
Runtime error
aliasgerovs
commited on
Commit
·
741a6fd
1
Parent(s):
1ff94f4
updated
Browse files
app.py
CHANGED
@@ -461,7 +461,7 @@ def create_interface():
|
|
461 |
|
462 |
humanize_btn = gr.Button("Humanize")
|
463 |
# humanized_output = gr.Textbox(label="Humanized Article", lines=20, elem_classes=["custom-textbox"])
|
464 |
-
humanized_output = gr.Markdown(label="Humanized Article", value="\n\n\n\n",
|
465 |
copy_to_input_btn = gr.Button("Copy to Input for AI Check")
|
466 |
|
467 |
def become_visible(text):
|
|
|
461 |
|
462 |
humanize_btn = gr.Button("Humanize")
|
463 |
# humanized_output = gr.Textbox(label="Humanized Article", lines=20, elem_classes=["custom-textbox"])
|
464 |
+
humanized_output = gr.Markdown(label="Humanized Article", value="\n\n\n\n", render=True)
|
465 |
copy_to_input_btn = gr.Button("Copy to Input for AI Check")
|
466 |
|
467 |
def become_visible(text):
|