Leiyan525 commited on
Commit
825ef6b
·
1 Parent(s): ddc6e23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -64,7 +64,6 @@ def up_file(files):
64
  Doc_text_list = []
65
  for idx, file in enumerate(files):
66
  print(file.name)
67
- print(openai_apikey)
68
  return gr.Textbox.update(visible = True), gr.Button.update(visible = True), gr.Markdown.update(value = '点击“建立索引”开始对话',)
69
 
70
 
 
64
  Doc_text_list = []
65
  for idx, file in enumerate(files):
66
  print(file.name)
 
67
  return gr.Textbox.update(visible = True), gr.Button.update(visible = True), gr.Markdown.update(value = '点击“建立索引”开始对话',)
68
 
69