zhaokeyao1
commited on
Commit
·
178c449
1
Parent(s):
c7628d8
Update user name
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(css="#chatbot{height:350px} .overflow-y-auto{height:600px}") as d
|
|
119 |
conversation = gr.State(value=Conversation())
|
120 |
|
121 |
with gr.Row():
|
122 |
-
system_in_txt = gr.Textbox(lines=1, label="
|
123 |
password_in_txt = gr.Textbox(lines=1, label="Password:", placeholder="Enter password")
|
124 |
|
125 |
with gr.Row():
|
|
|
119 |
conversation = gr.State(value=Conversation())
|
120 |
|
121 |
with gr.Row():
|
122 |
+
system_in_txt = gr.Textbox(lines=1, label="User Name:", placeholder="Enter user name")
|
123 |
password_in_txt = gr.Textbox(lines=1, label="Password:", placeholder="Enter password")
|
124 |
|
125 |
with gr.Row():
|