aliasgerovs commited on
Commit
d815872
1 Parent(s): 6d6d84c
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -421,8 +421,7 @@ with gr.Blocks() as demo:
421
 
422
  with gr.Column():
423
  only_plagiarism_btn = gr.Button("Plagiarism Check")
424
- with gr.Row():
425
-
426
  with gr.Row():
427
  depth_analysis_btn = gr.Button("Detailed Writing Analysis")
428
 
 
421
 
422
  with gr.Column():
423
  only_plagiarism_btn = gr.Button("Plagiarism Check")
424
+
 
425
  with gr.Row():
426
  depth_analysis_btn = gr.Button("Detailed Writing Analysis")
427