dariog commited on
Commit
8275743
·
verified ·
1 Parent(s): 9ec240c

Fix identation error

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -351,8 +351,8 @@ with gr.Blocks(
351
  </div>
352
  """
353
  )
354
- with gr.Tab("About Us"):
355
- gr.HTML(
356
  """
357
  <div style="max-width: 800px; margin: auto; padding: 20px; border: 1px solid #ccc; border-radius: 10px;">
358
  <ul style="font-size: 16px; margin-bottom: 20px; margin-top: 20px;">
@@ -376,7 +376,6 @@ South Pacific Design Automation Conference (ASP-DAC). IEEE, 2024, pp. 722–727.
376
  </div>
377
  """
378
  )
379
-
380
  with gr.Row():
381
  with gr.Accordion("📙 Citation", open=False):
382
  citation_button = gr.Textbox(
 
351
  </div>
352
  """
353
  )
354
+ with gr.Tab("References"):
355
+ gr.HTML(
356
  """
357
  <div style="max-width: 800px; margin: auto; padding: 20px; border: 1px solid #ccc; border-radius: 10px;">
358
  <ul style="font-size: 16px; margin-bottom: 20px; margin-top: 20px;">
 
376
  </div>
377
  """
378
  )
 
379
  with gr.Row():
380
  with gr.Accordion("📙 Citation", open=False):
381
  citation_button = gr.Textbox(