Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
11 |
gr.Markdown("## Work in Progress\nThis section is currently under development.")
|
12 |
|
13 |
-
with gr.Tab("
|
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
|