Spaces:
Runtime error
Runtime error
examples error
Browse files
Home.py
CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks() as App:
|
|
44 |
gr.ChatInterface(chatbot,
|
45 |
title="PoliticsToYou",
|
46 |
description= "Ask anything about your favorite political topic from any legislature period",
|
47 |
-
examples=["Wie steht die CDU zur Cannabislegalisierung?", "Wie steht die FDP zur Rente?", "Was wird für die Rechte von LGBTQ getan?", "Sollen wir Waffen an die Ukraine liefern"],
|
48 |
cache_examples=False, #true increases loading time
|
49 |
additional_inputs = [db_inputs, prompt_language],
|
50 |
additional_inputs_accordion="Additional inputs"
|
|
|
44 |
gr.ChatInterface(chatbot,
|
45 |
title="PoliticsToYou",
|
46 |
description= "Ask anything about your favorite political topic from any legislature period",
|
47 |
+
#examples=["Wie steht die CDU zur Cannabislegalisierung?", "Wie steht die FDP zur Rente?", "Was wird für die Rechte von LGBTQ getan?", "Sollen wir Waffen an die Ukraine liefern"],
|
48 |
cache_examples=False, #true increases loading time
|
49 |
additional_inputs = [db_inputs, prompt_language],
|
50 |
additional_inputs_accordion="Additional inputs"
|