davidberenstein1957 commited on
Commit
0ffd2f5
·
1 Parent(s): 36e8f6e

refactor: remove "FLUX.1 [dev] examples" and "About" tabs from app.py to streamline the interface and enhance user experience

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -47,18 +47,6 @@ with gr.Blocks("ParityError/Interstellar", fill_width=True, css=custom_css) as d
47
  select_columns=df.columns.tolist(),
48
  datatype=["markdown"] + ["number"] * (len(df.columns.tolist()) - 1),
49
  )
50
- with gr.TabItem("FLUX.1 [dev] examples"):
51
- gr.HTML(
52
- """
53
- <iframe src="https://pruna.notion.site/ebd/1d270a039e5f80c6a2a3c00fc0d75ef0" width="100%" height="900" frameborder="0" allowfullscreen />
54
- """
55
- )
56
- with gr.TabItem("About"):
57
- gr.HTML(
58
- """
59
- <iframe src="https://pruna.notion.site/ebd/1d870a039e5f8021aafdd19e844bf2c8" width="100%" height="900" frameborder="0" allowfullscreen />
60
- """
61
- )
62
 
63
  with gr.Accordion("🌍 Join the Pruna AI community!", open=False):
64
  gr.HTML(
 
47
  select_columns=df.columns.tolist(),
48
  datatype=["markdown"] + ["number"] * (len(df.columns.tolist()) - 1),
49
  )
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  with gr.Accordion("🌍 Join the Pruna AI community!", open=False):
52
  gr.HTML(