minemaster01 commited on
Commit
0462e82
·
verified ·
1 Parent(s): 349bcd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=6, interactive=True)
71
- output_box = gr.Textbox(label="Predicted Label", lines=6)
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")