oberbics commited on
Commit
89fd056
Β·
verified Β·
1 Parent(s): 1b7dac9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -680,7 +680,8 @@ Die Katastrophe in <span style="background-color: #a8e6cf; font-weight: bold; pa
680
  )
681
 
682
 
683
- # Add your dateline examples here:
 
684
  gr.HTML("""
685
  <div style="margin-top: 30px; border-top: 1px solid #eaeaea; padding-top: 20px;">
686
  <h3 style="color: #4e8fd1; margin-bottom: 15px;">Dateline Examples in International News</h3>
@@ -701,6 +702,9 @@ Die Katastrophe in <span style="background-color: #a8e6cf; font-weight: bold; pa
701
  </div>
702
  """)
703
 
 
 
 
704
  # This goes before:
705
  with gr.TabItem("πŸ“ Visualisierung von strukturierten Daten"):
706
 
 
680
  )
681
 
682
 
683
+
684
+ # Add your dateline examples here:
685
  gr.HTML("""
686
  <div style="margin-top: 30px; border-top: 1px solid #eaeaea; padding-top: 20px;">
687
  <h3 style="color: #4e8fd1; margin-bottom: 15px;">Dateline Examples in International News</h3>
 
702
  </div>
703
  """)
704
 
705
+ # This goes before:
706
+ with gr.TabItem("πŸ“ Visualisierung von strukturierten Daten"):
707
+
708
  # This goes before:
709
  with gr.TabItem("πŸ“ Visualisierung von strukturierten Daten"):
710