charliealonso commited on
Commit
36bd520
1 Parent(s): b82ab13

Center description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ output_text = Textbox(label='Prompt')
96
 
97
 
98
  title = "Escenografia"
99
- description = "Selecciona entre los distintos menús desplegables para generar un Prompt creativo, los que dejes en blanco serán elegidos aleatoriamente."
100
  inputs = [escenario_choice, evento_choice, ambiente_choice, color_choice, iluminacion_choice,atmosfera_choice, detalle_choice, formato_choice]
101
  outputs = output_text
102
  examples = [["scene featuring volumetric lighting", "indoor setting", "warm color temperature", "Straight On", "shallow depth of field", "dynamic composition", "minimalist environment", "hard shadows", "natural light sources", "fog effects", "morning time of day", "4K --ar 16:9"]]
 
96
 
97
 
98
  title = "Escenografia"
99
+ description = '<div align="center"> Selecciona entre los distintos menús desplegables para generar un Prompt creativo, los que dejes en blanco serán elegidos aleatoriamente.</div>'
100
  inputs = [escenario_choice, evento_choice, ambiente_choice, color_choice, iluminacion_choice,atmosfera_choice, detalle_choice, formato_choice]
101
  outputs = output_text
102
  examples = [["scene featuring volumetric lighting", "indoor setting", "warm color temperature", "Straight On", "shallow depth of field", "dynamic composition", "minimalist environment", "hard shadows", "natural light sources", "fog effects", "morning time of day", "4K --ar 16:9"]]