DmitrMakeev commited on
Commit
50ab07e
1 Parent(s): d1c3924

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -36,7 +36,9 @@ def send_it1(inputs, model_choice):
36
  return(output1)
37
  css=""""""
38
 
39
-
 
 
40
  with gr.Blocks(css=css) as myface:
41
  gr.HTML("""<!DOCTYPE html>
42
  <html lang="en">
@@ -96,7 +98,8 @@ with gr.Blocks(css=css) as myface:
96
  use_short=gr.Button("Use Short Prompt")
97
  see_prompts=gr.Button("Extend Idea")
98
 
99
-
 
100
  def short_prompt(inputs):
101
  return(inputs)
102
 
 
36
  return(output1)
37
  css=""""""
38
 
39
+ article = r"""
40
+ <br><br><br><br><br><br><br><br><br><br><br><br>
41
+ """
42
  with gr.Blocks(css=css) as myface:
43
  gr.HTML("""<!DOCTYPE html>
44
  <html lang="en">
 
98
  use_short=gr.Button("Use Short Prompt")
99
  see_prompts=gr.Button("Extend Idea")
100
 
101
+ # Добавление article
102
+ gr.HTML(article)
103
  def short_prompt(inputs):
104
  return(inputs)
105