riccorl commited on
Commit
fb04667
1 Parent(s): 1103011

Update app

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. style.css +4 -0
app.py CHANGED
@@ -176,7 +176,7 @@ def run_client():
176
  "Enter Text Below:",
177
  value="Michael Jordan was one of the best players in the NBA.",
178
  height=200,
179
- max_chars=500,
180
  )
181
 
182
  with stylable_container(
 
176
  "Enter Text Below:",
177
  value="Michael Jordan was one of the best players in the NBA.",
178
  height=200,
179
+ max_chars=1500,
180
  )
181
 
182
  with stylable_container(
style.css CHANGED
@@ -3,6 +3,10 @@
3
  background-color: #802433;
4
  }
5
 
 
 
 
 
6
  .st-emotion-cache-10oheav h2 {
7
  color: white;
8
  }
 
3
  background-color: #802433;
4
  }
5
 
6
+ .e1fqkh3o3 {
7
+ background-color: #802433;
8
+ }
9
+
10
  .st-emotion-cache-10oheav h2 {
11
  color: white;
12
  }