Spaces:
Runtime error
Runtime error
minor
Browse files
Home.py
CHANGED
@@ -43,7 +43,7 @@ with gr.Blocks() as App:
|
|
43 |
gr.ChatInterface(chatbot,
|
44 |
title="PoliticsToYou",
|
45 |
description= "Ask anything about your favorite political topic from any legislature period",
|
46 |
-
|
47 |
cache_examples=False, #true increases loading time
|
48 |
additional_inputs = [db_inputs, prompt_language],
|
49 |
)
|
|
|
43 |
gr.ChatInterface(chatbot,
|
44 |
title="PoliticsToYou",
|
45 |
description= "Ask anything about your favorite political topic from any legislature period",
|
46 |
+
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"],
|
47 |
cache_examples=False, #true increases loading time
|
48 |
additional_inputs = [db_inputs, prompt_language],
|
49 |
)
|