Update app.py
Browse files
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
|
|
|
|
|
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")
|