Wassim commited on
Commit
bfeb1b2
1 Parent(s): 57458cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,10 +7,10 @@ app = gr.load("Wassim/deutsches-gesetz-chatbot", hf_token=read_key, src="spaces"
7
 
8
  # Overwrite the first two tabs with a "work in progress" message
9
  with app:
10
- with gr.Tab("Tab 1 - Work in Progress"):
11
  gr.Markdown("## Work in Progress\nThis section is currently under development.")
12
 
13
- with gr.Tab("Tab 2 - Work in Progress"):
14
  gr.Markdown("## Work in Progress\nThis section is currently under development.")
15
 
16
  # Assuming the third tab is to be kept as is
 
7
 
8
  # Overwrite the first two tabs with a "work in progress" message
9
  with app:
10
+ with gr.Tab("Build a RAGs bot, powered by LlamaIndex"):
11
  gr.Markdown("## Work in Progress\nThis section is currently under development.")
12
 
13
+ with gr.Tab("RAG Pipeline Config"):
14
  gr.Markdown("## Work in Progress\nThis section is currently under development.")
15
 
16
  # Assuming the third tab is to be kept as is