Spaces:
Sleeping
Sleeping
DarwinAnim8or
commited on
Commit
·
11cb107
1
Parent(s):
ba171f6
update styling
Browse files
app.py
CHANGED
@@ -102,6 +102,6 @@ with gr.Blocks(css=customCSS) as demo:
|
|
102 |
gr.ChatInterface(
|
103 |
generate,
|
104 |
additional_inputs=additional_inputs,
|
105 |
-
)
|
106 |
|
107 |
demo.queue().launch(debug=True)
|
|
|
102 |
gr.ChatInterface(
|
103 |
generate,
|
104 |
additional_inputs=additional_inputs,
|
105 |
+
).style("height: 600px;")
|
106 |
|
107 |
demo.queue().launch(debug=True)
|