Nguyen5 commited on
Commit
9c6e649
·
verified ·
1 Parent(s): 6eb03c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -46,9 +46,14 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
46
  )
47
 
48
  gr.HTML("""
49
- <h3>📄 Quellen anzeigen</h3>
50
- <iframe src="https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=10000000000000000654" width="100%" height="400"></iframe>
 
 
 
 
51
  """)
52
 
 
53
  if __name__ == "__main__":
54
  demo.launch()
 
46
  )
47
 
48
  gr.HTML("""
49
+ <div style='display:flex;gap:10px;'>
50
+ <iframe src="https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=10000000000000000654"
51
+ width="49%" height="400"></iframe>
52
+ <iframe src="https://huggingface.co/spaces/<your-space-name>/resolve/main/PO_BWI_THK_2022.pdf"
53
+ width="49%" height="400"></iframe>
54
+ </div>
55
  """)
56
 
57
+
58
  if __name__ == "__main__":
59
  demo.launch()