Yntec commited on
Commit
ad90709
1 Parent(s): 338fda0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,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
 
 
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