Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,16 +5,5 @@ read_key = os.environ.get('hf_space_api_key', None)
|
|
5 |
|
6 |
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("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
|
17 |
-
# ...
|
18 |
-
|
19 |
# Launch the app
|
20 |
app.launch()
|
|
|
5 |
|
6 |
app = gr.load("Wassim/deutsches-gesetz-chatbot", hf_token=read_key, src="spaces")
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
# Launch the app
|
9 |
app.launch()
|