commit
Browse files
app.py
CHANGED
|
@@ -172,10 +172,6 @@ def create_ui():
|
|
| 172 |
|
| 173 |
with gr.Blocks(
|
| 174 |
title="Prüfungsrechts-Chatbot NRW",
|
| 175 |
-
css="""
|
| 176 |
-
.chatbot { min-height: 500px; }
|
| 177 |
-
.viewer-frame { border-radius: 10px; border: 1px solid #e0e0e0; }
|
| 178 |
-
"""
|
| 179 |
) as demo:
|
| 180 |
|
| 181 |
# Header
|
|
|
|
| 172 |
|
| 173 |
with gr.Blocks(
|
| 174 |
title="Prüfungsrechts-Chatbot NRW",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
) as demo:
|
| 176 |
|
| 177 |
# Header
|