Alysha Creelman
commited on
removing image container
Browse files
app.py
CHANGED
@@ -113,12 +113,6 @@ custom_css = """
|
|
113 |
background-color: grey;
|
114 |
cursor: not-allowed;
|
115 |
}
|
116 |
-
#school_ai_image {
|
117 |
-
width: 150px;
|
118 |
-
height: auto;
|
119 |
-
display: block;
|
120 |
-
margin: 0 auto;
|
121 |
-
}
|
122 |
"""
|
123 |
|
124 |
# Define system messages for each level
|
|
|
113 |
background-color: grey;
|
114 |
cursor: not-allowed;
|
115 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
"""
|
117 |
|
118 |
# Define system messages for each level
|