AllenYkl commited on
Commit
b909ddb
1 Parent(s): f164358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks(css=customCSS) as demo:
138
  with gr.Column(scale=1):
139
  saveHistoryBtn = gr.Button("💾 保存对话")
140
  exportMarkdownBtn = gr.Button("📝 导出为Markdown")
141
- gr.Markdown("默认保存于history文件夹")
142
  with gr.Row():
143
  with gr.Column():
144
  downloadFile = gr.File(interactive=True)
 
138
  with gr.Column(scale=1):
139
  saveHistoryBtn = gr.Button("💾 保存对话")
140
  exportMarkdownBtn = gr.Button("📝 导出为Markdown")
141
+ #gr.Markdown("默认保存于history文件夹")
142
  with gr.Row():
143
  with gr.Column():
144
  downloadFile = gr.File(interactive=True)