TomData commited on
Commit
9a9c64b
·
1 Parent(s): d0fd192

examples error

Browse files
Files changed (1) hide show
  1. Home.py +1 -1
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"