Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,6 +83,7 @@ def generate(
|
|
83 |
# Setup Gradio interface for chat, including additional controls for the generation parameters.
|
84 |
chat_interface = gr.ChatInterface(
|
85 |
fn=generate,
|
|
|
86 |
additional_inputs=[
|
87 |
gr.Textbox(label="System prompt", lines=6),
|
88 |
gr.Slider(
|
|
|
83 |
# Setup Gradio interface for chat, including additional controls for the generation parameters.
|
84 |
chat_interface = gr.ChatInterface(
|
85 |
fn=generate,
|
86 |
+
fill_height=True,
|
87 |
additional_inputs=[
|
88 |
gr.Textbox(label="System prompt", lines=6),
|
89 |
gr.Slider(
|