Update app.py
Browse files
app.py
CHANGED
@@ -67,8 +67,8 @@ with gr.Blocks() as demo:
|
|
67 |
gr.Markdown("## AI-generated text detector")
|
68 |
|
69 |
with gr.Row():
|
70 |
-
input_box = gr.Textbox(label="Input Text", lines=
|
71 |
-
output_box = gr.Textbox(label="
|
72 |
|
73 |
with gr.Row():
|
74 |
submit_btn = gr.Button("Submit")
|
|
|
67 |
gr.Markdown("## AI-generated text detector")
|
68 |
|
69 |
with gr.Row():
|
70 |
+
input_box = gr.Textbox(label="Input Text", lines=18, interactive=True)
|
71 |
+
output_box = gr.Textbox(label="Output Detected", lines=18)
|
72 |
|
73 |
with gr.Row():
|
74 |
submit_btn = gr.Button("Submit")
|