Dagfinn1962 commited on
Commit
4296384
1 Parent(s): d211386

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks (css ='main.css') as myface:
81
 
82
  gr.HTML(" <div style='font-size: 20px; font-family:verdana; background-color: #9579d7; color:#FFFFFFF; border:1px solid #FFFFFF; border-radius: 10px; width:40%; width:40%; height: 30px; float: left; text-align:center;'> Your Promt Here</div> <div style='font-size: 20px; font-family:verdana; background-color:#9579d7; color:#FFFFFFF; border:1px solid #FFFFFF; border-radius: 10px; width:40%; height: 30px; float:right;text-align: center;'> Choose model here </div> " )
83
  with gr.Row():
84
- input_text = gr.Textbox(label=" ",placeholder="<h3>1.PROMPT IDEA HERE ! ",lines=4)
85
  # Model selection dropdown
86
  model_name1 = gr.Dropdown(
87
  label="",
 
81
 
82
  gr.HTML(" <div style='font-size: 20px; font-family:verdana; background-color: #9579d7; color:#FFFFFFF; border:1px solid #FFFFFF; border-radius: 10px; width:40%; width:40%; height: 30px; float: left; text-align:center;'> Your Promt Here</div> <div style='font-size: 20px; font-family:verdana; background-color:#9579d7; color:#FFFFFFF; border:1px solid #FFFFFF; border-radius: 10px; width:40%; height: 30px; float:right;text-align: center;'> Choose model here </div> " )
83
  with gr.Row():
84
+ input_text = gr.Textbox(label=" ",placeholder="1.PROMPT IDEA HERE ! ",lines=4)
85
  # Model selection dropdown
86
  model_name1 = gr.Dropdown(
87
  label="",