TomData commited on
Commit
723fbc0
·
1 Parent(s): 6e5c3a6

change chatbot size

Browse files
Files changed (1) hide show
  1. Home.py +1 -1
Home.py CHANGED
@@ -34,7 +34,7 @@ partys = ['All','CDU/CSU','SPD','AfD','Grüne','FDP','DIE LINKE.','GB/BHE','DRP'
34
 
35
  with gr.Blocks() as App:
36
  with gr.Tab("ChatBot"):
37
- with gr.Blocks():
38
  with gr.Accordion(open=False, label="Filter database"):
39
  # Apply RAG using chatbut function from local file ChatBot.py
40
  db_inputs = gr.Dropdown(choices=legislature_periods, value="All", multiselect=True, label="Legislature", info="Select a combination of legislatures as basis for the chatbot's replies", show_label=True)
 
34
 
35
  with gr.Blocks() as App:
36
  with gr.Tab("ChatBot"):
37
+ with gr.Blocks(fill_height=True):
38
  with gr.Accordion(open=False, label="Filter database"):
39
  # Apply RAG using chatbut function from local file ChatBot.py
40
  db_inputs = gr.Dropdown(choices=legislature_periods, value="All", multiselect=True, label="Legislature", info="Select a combination of legislatures as basis for the chatbot's replies", show_label=True)