Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def generate_response(model_name, message, chat_history):
|
|
17 |
|
18 |
# Create Gradio UI
|
19 |
with gr.Blocks(
|
20 |
-
css=".contain { display: flex !important; flex-direction: column !important; max-width:
|
21 |
"#chatbot { flex-grow: 1 !important; overflow: auto !important; }"
|
22 |
"#col { height: calc(100vh - 112px - 16px) !important; }"
|
23 |
"#submit:hover { background-color: green !important; }"
|
|
|
17 |
|
18 |
# Create Gradio UI
|
19 |
with gr.Blocks(
|
20 |
+
css=".contain { display: flex !important; flex-direction: column !important; max-width: 80% !important; }"
|
21 |
"#chatbot { flex-grow: 1 !important; overflow: auto !important; }"
|
22 |
"#col { height: calc(100vh - 112px - 16px) !important; }"
|
23 |
"#submit:hover { background-color: green !important; }"
|