Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,9 +46,19 @@ def execute_jupyter_agent(sytem_prompt, user_input, max_new_tokens):
|
|
| 46 |
|
| 47 |
|
| 48 |
css = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
.gradio-container {
|
| 50 |
height: 100vh !important;
|
| 51 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
"""
|
| 53 |
|
| 54 |
|
|
|
|
| 46 |
|
| 47 |
|
| 48 |
css = """
|
| 49 |
+
#component-0 {
|
| 50 |
+
height: 100vh;
|
| 51 |
+
overflow-y: auto;
|
| 52 |
+
padding: 20px;
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
.gradio-container {
|
| 56 |
height: 100vh !important;
|
| 57 |
}
|
| 58 |
+
|
| 59 |
+
.contain {
|
| 60 |
+
height: 100vh !important;
|
| 61 |
+
}
|
| 62 |
"""
|
| 63 |
|
| 64 |
|