KarthickAdopleAI commited on
Commit
a5f443e
·
verified ·
1 Parent(s): 6c3103e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(theme="Taithrah/Minimal") as demo:
133
  gen_report_view = gr.Textbox(label="Generated Report",container=False)
134
  with gr.Row():
135
  gen_report_btn = gr.Button("Generate Report")
136
- report_down_btn = gr.DownloadButton(label="Download Report",value="report.txt")
137
  with gr.Column(scale=0.50):
138
  with gr.Row():
139
  summary_view = gr.Textbox(label="Summary",container=False)
 
133
  gen_report_view = gr.Textbox(label="Generated Report",container=False)
134
  with gr.Row():
135
  gen_report_btn = gr.Button("Generate Report")
136
+ report_down_btn = gr.DownloadButton(label="Download Report",value=f"{os.getcwd()}/report.txt")
137
  with gr.Column(scale=0.50):
138
  with gr.Row():
139
  summary_view = gr.Textbox(label="Summary",container=False)