minemaster01 commited on
Commit
0c4f417
·
verified ·
1 Parent(s): a832ce3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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():