DmitrMakeev commited on
Commit
b5bbb0c
1 Parent(s): bcc0f80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(css=css) as myface:
61
 
62
  with gr.Row():
63
  with gr.Column(scale=100):
64
- magic1=gr.Textbox(lines=4)
65
  gr.HTML("""<style> .gr-button {
66
  color: white !important;
67
  border-color: #000000 !important;
 
61
 
62
  with gr.Row():
63
  with gr.Column(scale=100):
64
+ magic1=gr.Textbox(label="Magic промт:", lines=4, placeholder = "На английском")
65
  gr.HTML("""<style> .gr-button {
66
  color: white !important;
67
  border-color: #000000 !important;