Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Akegarasu committed Mar 18, 2023
1 parent 22ddd8f commit 4b6f715
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ def create_ui():

with gr.Row():
save_his_btn = gr.Button("保存对话")
save_md_btn = gr.Button("保存为MarkDown")
load_his_btn = gr.UploadButton("读取对话", file_types=['file'], file_count='single')

with gr.Row():
save_md_btn = gr.Button("保存为 MarkDown")

with gr.Column(scale=7):
chatbot = gr.Chatbot(elem_id="chat-box", show_label=False).style(height=800)
with gr.Row():
Expand Down

0 comments on commit 4b6f715

Please sign in to comment.