Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import time
|
|
| 7 |
import requests
|
| 8 |
|
| 9 |
now2 = 0
|
| 10 |
-
kii=" this is your prompt input window "
|
| 11 |
combined_prompt = ""
|
| 12 |
|
| 13 |
|
|
@@ -133,6 +133,7 @@ with gr.Blocks(css="""
|
|
| 133 |
.genbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
|
| 134 |
.stopbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
|
| 135 |
.float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}
|
|
|
|
| 136 |
textarea { overflow-y: scroll; top:0px; width: 100%; height:100%!important;
|
| 137 |
|
| 138 |
font-size: 1.5em;
|
|
@@ -140,7 +141,7 @@ with gr.Blocks(css="""
|
|
| 140 |
color: limegreen;
|
| 141 |
|
| 142 |
border: none!important;
|
| 143 |
-
background: none
|
| 144 |
outline: none !important; }
|
| 145 |
.svelte-5y6bt2 {max-height:161px;min-height:160px;}
|
| 146 |
.hide-container { max-height: 2px; position: fixed; min-height: 1px;}
|
|
@@ -190,7 +191,7 @@ div.svelte-633qhp {
|
|
| 190 |
border: none!important;
|
| 191 |
background: none!important;
|
| 192 |
|
| 193 |
-
min-width:
|
| 194 |
|
| 195 |
min-height: 45px !important;
|
| 196 |
resize:both;
|
|
|
|
| 7 |
import requests
|
| 8 |
|
| 9 |
now2 = 0
|
| 10 |
+
kii=" this is your prompt input window still a wip"
|
| 11 |
combined_prompt = ""
|
| 12 |
|
| 13 |
|
|
|
|
| 133 |
.genbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
|
| 134 |
.stopbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
|
| 135 |
.float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}
|
| 136 |
+
textarea:hover { background:#55555555;}
|
| 137 |
textarea { overflow-y: scroll; top:0px; width: 100%; height:100%!important;
|
| 138 |
|
| 139 |
font-size: 1.5em;
|
|
|
|
| 141 |
color: limegreen;
|
| 142 |
|
| 143 |
border: none!important;
|
| 144 |
+
background: none;
|
| 145 |
outline: none !important; }
|
| 146 |
.svelte-5y6bt2 {max-height:161px;min-height:160px;}
|
| 147 |
.hide-container { max-height: 2px; position: fixed; min-height: 1px;}
|
|
|
|
| 191 |
border: none!important;
|
| 192 |
background: none!important;
|
| 193 |
|
| 194 |
+
min-width: 30%!important;
|
| 195 |
|
| 196 |
min-height: 45px !important;
|
| 197 |
resize:both;
|