tykiww commited on
Commit
ff6bbfc
·
verified ·
1 Parent(s): be97349

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def main(conf):
49
  load_file = gr.UploadButton(label="Upload Transcript (.vtt)",
50
  file_types=[".vtt"],
51
  file_count='multiple')
52
- goals = gr.Textbox(label="Goals for the Meeting",
53
  value=conf["defaults"]["goals"]) # not incorporated yet. Will be with Q&A.
54
  repository = gr.Textbox(label="Progress", value="Waiting for load...", visible=True)
55
  load_file.upload(process_transcripts, [load_file, goals], repository)
 
49
  load_file = gr.UploadButton(label="Upload Transcript (.vtt)",
50
  file_types=[".vtt"],
51
  file_count='multiple')
52
+ goals = gr.Textbox(label="Project Goals",
53
  value=conf["defaults"]["goals"]) # not incorporated yet. Will be with Q&A.
54
  repository = gr.Textbox(label="Progress", value="Waiting for load...", visible=True)
55
  load_file.upload(process_transcripts, [load_file, goals], repository)