Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
|
|
215 |
frame_css = """
|
216 |
<style>
|
217 |
.framed-markdown {
|
218 |
-
border: 2px solid #
|
219 |
padding: 10px; /* Space inside the border */
|
220 |
border-radius: 5px; /* Rounded corners */
|
221 |
background-color: #f9f9f9; /* Background color */
|
|
|
215 |
frame_css = """
|
216 |
<style>
|
217 |
.framed-markdown {
|
218 |
+
border: 2px solid #a2a3a2; /* Border color */
|
219 |
padding: 10px; /* Space inside the border */
|
220 |
border-radius: 5px; /* Rounded corners */
|
221 |
background-color: #f9f9f9; /* Background color */
|