wanda222 commited on
Commit
a9887a0
·
verified ·
1 Parent(s): c1a7cd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -131,13 +131,8 @@ demo.css = """
131
  #scrollable-html, #scrollable-html-display {
132
  max-height: 400px;
133
  overflow: auto;
134
- border: 1px solid #AEB3FA; /* Primary 30 */
135
- padding: 16px;
136
- background-color: #F4F4FF; /* Primary 10 */
137
- border-radius: 12px;
138
- font-family: 'Arial', sans-serif;
139
- color: #2F22A4; /* Primary 60 */
140
- box-shadow: 0 2px 6px rgba(128, 92, 251, 0.1); /* Ups Purple */
141
  }
142
  """
143
 
 
131
  #scrollable-html, #scrollable-html-display {
132
  max-height: 400px;
133
  overflow: auto;
134
+ border: 1px solid #ccc;
135
+ padding: 10px;
 
 
 
 
 
136
  }
137
  """
138