Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ with gr.Blocks(theme=gr.themes.Soft(),css="footer {visibility: hidden}") as demo
|
|
| 30 |
# First Column with 20% width
|
| 31 |
with gr.Column(scale=1):
|
| 32 |
save_button = gr.Button("Start new Chat")
|
| 33 |
-
display_chat_names = gr.Textbox(label="Chat histories",placeholder="Chat names not found", lines=
|
| 34 |
dropdown = gr.Dropdown(label="just Select to load chat",choices=["no chat found"])
|
| 35 |
|
| 36 |
|
|
|
|
| 30 |
# First Column with 20% width
|
| 31 |
with gr.Column(scale=1):
|
| 32 |
save_button = gr.Button("Start new Chat")
|
| 33 |
+
display_chat_names = gr.Textbox(label="Chat histories",placeholder="Chat names not found", lines=17)
|
| 34 |
dropdown = gr.Dropdown(label="just Select to load chat",choices=["no chat found"])
|
| 35 |
|
| 36 |
|