marcelbinz commited on
Commit
1b0edcf
·
verified ·
1 Parent(s): 7c7d1cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -18
app.py CHANGED
@@ -52,24 +52,7 @@ You predict that Player will choose option <<
52
  with gr.Blocks(
53
  fill_width=True,
54
  css="""
55
- /* ---- kill the outer frame ---- */
56
- #prompt-box {
57
- border: none !important; /* wipe wrapper border */
58
- box-shadow: none !important; /* wipe wrapper shadow */
59
- }
60
-
61
- /* ---- keep / style the inner textarea ---- */
62
- #prompt-box textarea {
63
- height: 400px;
64
- border: 1px solid var(--input-border-color, #d9d9d9); /* normal inner border */
65
- box-shadow: none !important; /* but no inset shadow */
66
- }
67
- #prompt-box textarea:focus {
68
- outline: 2px solid var(--primary-600, #2684ff); /* optional focus ring */
69
- }
70
-
71
- /* just spacing for the info banner */
72
- #info-box { margin-bottom: 1rem }
73
  """,
74
  ) as demo:
75
 
 
52
  with gr.Blocks(
53
  fill_width=True,
54
  css="""
55
+ #prompt-box textarea {height:256px}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  """,
57
  ) as demo:
58