Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,6 @@ with gr.Blocks() as app:
|
|
135 |
gr.Markdown("Machine Generated Text Detector")
|
136 |
with gr.Row():
|
137 |
input_box = gr.Textbox(label="Input Text", lines=10)
|
138 |
-
with gr.Row():
|
139 |
output_html = gr.HTML(label="Color-Coded Output")
|
140 |
output_json = gr.JSON(label="Word Probabilities",visible=False)
|
141 |
with gr.Row():
|
|
|
135 |
gr.Markdown("Machine Generated Text Detector")
|
136 |
with gr.Row():
|
137 |
input_box = gr.Textbox(label="Input Text", lines=10)
|
|
|
138 |
output_html = gr.HTML(label="Color-Coded Output")
|
139 |
output_json = gr.JSON(label="Word Probabilities",visible=False)
|
140 |
with gr.Row():
|