TomData commited on
Commit
2a20e5b
1 Parent(s): 8855c3f
Files changed (1) hide show
  1. Home.py +1 -1
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
- #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
  )
 
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
  )