Arafath10 commited on
Commit
f2af7e4
·
1 Parent(s): 3ed0655

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=16)
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