demetz commited on
Commit
39a470b
·
verified ·
1 Parent(s): 0ddc1ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -87,7 +87,9 @@ with gr.Blocks(theme=theme) as chatbot:
87
  )
88
  with gr.Row():
89
 
90
- with gr.Column(scale=1, label="Provide any information you want Gorf to keep in mind"):
 
 
91
 
92
 
93
  character_name = gr.Textbox(label = "Character Name", placeholder="Type your name here…", info ="optional")
 
87
  )
88
  with gr.Row():
89
 
90
+ with gr.Column(scale=1):
91
+
92
+ gr.Markdown(""" # Tell me what you are looking for in your character if you have any preferences""")
93
 
94
 
95
  character_name = gr.Textbox(label = "Character Name", placeholder="Type your name here…", info ="optional")