Spaces:
Paused
Paused
ranamhamoud
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -115,6 +115,7 @@ def generate(
|
|
115 |
# Gradio Interface Setup
|
116 |
chat_interface = gr.ChatInterface(
|
117 |
fn=generate,
|
|
|
118 |
stop_btn=None,
|
119 |
examples=[
|
120 |
["Can you explain briefly to me what is the Python programming language?"],
|
|
|
115 |
# Gradio Interface Setup
|
116 |
chat_interface = gr.ChatInterface(
|
117 |
fn=generate,
|
118 |
+
fill_height=True,
|
119 |
stop_btn=None,
|
120 |
examples=[
|
121 |
["Can you explain briefly to me what is the Python programming language?"],
|