aliasgerovs commited on
Commit
d9f10e9
1 Parent(s): 9f7a621

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -164,21 +164,21 @@ with gr.Blocks() as demo:
164
  with gr.Row():
165
  with gr.Column():
166
  bcLabel = gr.Label(label="Source")
 
 
 
167
  with gr.Column():
168
  bc_highlighter_output = gr.HTML(label="Human vs. AI Highlighter")
169
 
170
  # with gr.Column():
171
  # mc1on1Label = gr.Label(label="Creator(1 on 1 Approach)")
172
 
173
- with gr.Row():
174
- with gr.Column():
175
- mcLabel = gr.Label(label="Creator")
176
-
177
  with gr.Row():
178
  with gr.Column():
179
  QLabel = gr.Label(label="Humanized")
180
- with gr.Column():
181
- quillbot_highlighter_output = gr.HTML(label="Humanized Highlighter")
 
182
 
183
  with gr.Group():
184
  with gr.Row():
 
164
  with gr.Row():
165
  with gr.Column():
166
  bcLabel = gr.Label(label="Source")
167
+ with gr.Column():
168
+ mcLabel = gr.Label(label="Creator")
169
+ with gr.Row():
170
  with gr.Column():
171
  bc_highlighter_output = gr.HTML(label="Human vs. AI Highlighter")
172
 
173
  # with gr.Column():
174
  # mc1on1Label = gr.Label(label="Creator(1 on 1 Approach)")
175
 
 
 
 
 
176
  with gr.Row():
177
  with gr.Column():
178
  QLabel = gr.Label(label="Humanized")
179
+
180
+ with gr.Row():
181
+ quillbot_highlighter_output = gr.HTML(label="Humanized Highlighter")
182
 
183
  with gr.Group():
184
  with gr.Row():