Dagfinn1962 commited on
Commit
a00861d
1 Parent(s): 302cc37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def send_it(inputs, model_choice):
43
 
44
  with gr.Blocks (css ='main.css') as myface:
45
 
46
- gr.HTML(" <div style='font-size: 20px; font-family:verdana; background-color:#e41211; color:#FFFFFF; border:1px solid #FFFFFF; border-radius: 10px; width:50%; height: 30px; float: left; text-align:center;'> Your Promt Here</div> <div style='font-size: 20px; font-family:verdana; background-color:#e41211; color:#FFFFFF; border:1px solid #FFFFFF; border-radius: 10px; width:50%; height: 30px; float:right;text-align: center;'> Choose model here </div> " )
47
  with gr.Row():
48
  input_text = gr.Textbox(label=" ",placeholder="1.PROMPT IDEA HERE ! ",lines=4)
49
  # Model selection dropdown
 
43
 
44
  with gr.Blocks (css ='main.css') as myface:
45
 
46
+ gr.HTML(" <div style='font-size: 20px; font-family:verdana; background-color: #000000; color:#FFFFFF; border:1px solid #FFFFFF; border-radius: 10px; width:50%; height: 30px; float: left; text-align:center;'> Your Promt Here</div> <div style='font-size: 20px; font-family:verdana; background-color:#000000; color:#FFFFFF; border:1px solid #FFFFFF; border-radius: 10px; width:50%; height: 30px; float:right;text-align: center;'> Choose model here </div> " )
47
  with gr.Row():
48
  input_text = gr.Textbox(label=" ",placeholder="1.PROMPT IDEA HERE ! ",lines=4)
49
  # Model selection dropdown