Yntec commited on
Commit
6815370
1 Parent(s): ad90709

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -65,6 +65,9 @@ with gr.Blocks(css=css) as myface:
65
  border-bottom-color: #ffffff !important;
66
  border-left-color: #000000 !important;
67
  }
 
 
 
68
  </style>
69
  <body>
70
  <div class="center"><h1>ToyWorld XL 401</h1>
@@ -84,7 +87,7 @@ with gr.Blocks(css=css) as myface:
84
  model_name1 = gr.Dropdown(label="Select Model", choices=[m for m in models], type="index", value=current_model, interactive=True)
85
  with gr.Row():
86
  with gr.Column(scale=100):
87
- magic1=gr.Textbox(label="Your Prompt", lines=4).style(color=white)
88
  #align-items: center !important;
89
  #appearance: none !important;
90
 
 
65
  border-bottom-color: #ffffff !important;
66
  border-left-color: #000000 !important;
67
  }
68
+ :root {
69
+ --neutral-100: #000000 !important;
70
+ }
71
  </style>
72
  <body>
73
  <div class="center"><h1>ToyWorld XL 401</h1>
 
87
  model_name1 = gr.Dropdown(label="Select Model", choices=[m for m in models], type="index", value=current_model, interactive=True)
88
  with gr.Row():
89
  with gr.Column(scale=100):
90
+ magic1=gr.Textbox(label="Your Prompt", lines=4)
91
  #align-items: center !important;
92
  #appearance: none !important;
93