Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
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 |
|