fill height
Browse files- scripts/main.py +3 -3
scripts/main.py
CHANGED
@@ -271,7 +271,7 @@ with gr.Blocks(
|
|
271 |
)
|
272 |
chatbot = gr.Chatbot(
|
273 |
type="messages",
|
274 |
-
scale=
|
275 |
placeholder="<strong>Towards AI π€: A Question-Answering Bot for anything AI-related</strong><br>",
|
276 |
show_label=False,
|
277 |
show_copy_button=True,
|
@@ -283,8 +283,8 @@ with gr.Blocks(
|
|
283 |
chatbot=chatbot,
|
284 |
additional_inputs=[sources, model, memory],
|
285 |
additional_inputs_accordion=accordion,
|
286 |
-
fill_height=True,
|
287 |
-
fill_width=True,
|
288 |
analytics_enabled=True,
|
289 |
)
|
290 |
|
|
|
271 |
)
|
272 |
chatbot = gr.Chatbot(
|
273 |
type="messages",
|
274 |
+
scale=20,
|
275 |
placeholder="<strong>Towards AI π€: A Question-Answering Bot for anything AI-related</strong><br>",
|
276 |
show_label=False,
|
277 |
show_copy_button=True,
|
|
|
283 |
chatbot=chatbot,
|
284 |
additional_inputs=[sources, model, memory],
|
285 |
additional_inputs_accordion=accordion,
|
286 |
+
# fill_height=True,
|
287 |
+
# fill_width=True,
|
288 |
analytics_enabled=True,
|
289 |
)
|
290 |
|