Spaces:
Paused
Paused
Update app.py
Browse files
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("""
|