eljanmahammadli commited on
Commit
dee0f90
1 Parent(s): 086edc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -160,11 +160,12 @@ with gr.Blocks() as demo:
160
  mcLabel = gr.Label(label="Creator")
161
  # with gr.Column():
162
  # mc1on1Label = gr.Label(label="Creator(1 on 1 Approach)")
 
163
  with gr.Row():
164
- QLabel = gr.Label(label="Humanized")
165
-
166
- with gr.Row():
167
- highlighter_html = gr.HTML(label='Humanized Highlighter')
168
 
169
  with gr.Group():
170
  with gr.Row():
 
160
  mcLabel = gr.Label(label="Creator")
161
  # with gr.Column():
162
  # mc1on1Label = gr.Label(label="Creator(1 on 1 Approach)")
163
+
164
  with gr.Row():
165
+ with gr.Column():
166
+ QLabel = gr.Label(label="Humanized")
167
+ with gr.Column():
168
+ highlighter_html = gr.HTML(label='Humanized Highlighter')
169
 
170
  with gr.Group():
171
  with gr.Row():