Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ custom_css = """
|
|
132 |
margin-top: 20px;
|
133 |
}
|
134 |
.container {
|
135 |
-
max-width:
|
136 |
margin: 0 auto;
|
137 |
padding: 20px;
|
138 |
}
|
@@ -195,8 +195,6 @@ with gr.Blocks(theme=isp_theme, css=custom_css) as iface:
|
|
195 |
)
|
196 |
gr.Markdown(f"# {assistant_title}", elem_classes="title")
|
197 |
|
198 |
-
gr.Markdown("Chat with a Historical Figure")
|
199 |
-
|
200 |
# Chatbot and message input
|
201 |
with gr.Row():
|
202 |
chatbot = gr.Chatbot(
|
|
|
132 |
margin-top: 20px;
|
133 |
}
|
134 |
.container {
|
135 |
+
max-width: 1200px;
|
136 |
margin: 0 auto;
|
137 |
padding: 20px;
|
138 |
}
|
|
|
195 |
)
|
196 |
gr.Markdown(f"# {assistant_title}", elem_classes="title")
|
197 |
|
|
|
|
|
198 |
# Chatbot and message input
|
199 |
with gr.Row():
|
200 |
chatbot = gr.Chatbot(
|