prithivMLmods commited on
Commit
363aef6
1 Parent(s): b750c03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1287,7 +1287,7 @@ with gr.Blocks(theme="prithivMLmods/Minecraft-Theme", css=css, delete_cache=(60,
1287
  selected_index = gr.State(None)
1288
  with gr.Row():
1289
  with gr.Column(scale=3):
1290
- prompt = gr.Textbox(label="Prompt", lines=1, placeholder="choose the LoRA and type the prompt 🧨")
1291
  with gr.Column(scale=1, elem_id="gen_column"):
1292
  generate_button = gr.Button("Generate", variant="primary", elem_id="gen_btn")
1293
  with gr.Row():
 
1287
  selected_index = gr.State(None)
1288
  with gr.Row():
1289
  with gr.Column(scale=3):
1290
+ prompt = gr.Textbox(label="Prompt", lines=1, placeholder=":/ choose the LoRA and type the prompt ")
1291
  with gr.Column(scale=1, elem_id="gen_column"):
1292
  generate_button = gr.Button("Generate", variant="primary", elem_id="gen_btn")
1293
  with gr.Row():