Omnibus commited on
Commit
503c9a9
1 Parent(s): 00aa878

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,10 +92,10 @@ def star_fn(inp):
92
  with gr.Blocks() as app:
93
  with gr.Row():
94
  with gr.Column():
95
- with gr.Row()
96
  prompt_sky=gr.Textbox("Background",value="beautiful landscape, real, 8k")
97
  btn_sky=gr.Button("Make")
98
- with gr.Row()
99
  prompt_star=gr.Textbox("Star")
100
  btn_star=gr.Button("Make")
101
  with gr.Row():
 
92
  with gr.Blocks() as app:
93
  with gr.Row():
94
  with gr.Column():
95
+ with gr.Row():
96
  prompt_sky=gr.Textbox("Background",value="beautiful landscape, real, 8k")
97
  btn_sky=gr.Button("Make")
98
+ with gr.Row():
99
  prompt_star=gr.Textbox("Star")
100
  btn_star=gr.Button("Make")
101
  with gr.Row():