stevafernandes commited on
Commit
f2aab96
·
verified ·
1 Parent(s): 1ccbf03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -1119,6 +1119,12 @@ if HAS_GRADIO:
1119
  Record or upload an audio conversation to generate a structured Word document summary report.
1120
  """)
1121
 
 
 
 
 
 
 
1122
  with gr.Tabs():
1123
  with gr.TabItem("Record Audio"):
1124
  gr.Markdown("""
 
1119
  Record or upload an audio conversation to generate a structured Word document summary report.
1120
  """)
1121
 
1122
+ gr.File(
1123
+ label="Download Blank Planning Summary",
1124
+ value="Planning_Summary_Blank.docx",
1125
+ interactive=False,
1126
+ )
1127
+
1128
  with gr.Tabs():
1129
  with gr.TabItem("Record Audio"):
1130
  gr.Markdown("""