Guiyom commited on
Commit
8c4be8b
·
verified ·
1 Parent(s): 15a48c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3243,7 +3243,7 @@ def main():
3243
  adjustmentguidelines = gr.Textbox(label="Improvement instructions", placeholder="Input here your directions.", lines=5)
3244
  with gr.Column():
3245
  suggest_improvements_button = gr.Button("Suggest Improvements")
3246
- expansion_button = gr.Button("Improve the Report")
3247
  with gr.Column():
3248
  suggest_expansions_button = gr.Button("Suggest Expansion")
3249
  expand_button = gr.Button("Improve the Report")
 
3243
  adjustmentguidelines = gr.Textbox(label="Improvement instructions", placeholder="Input here your directions.", lines=5)
3244
  with gr.Column():
3245
  suggest_improvements_button = gr.Button("Suggest Improvements")
3246
+ fine_tune_button = gr.Button("Improve the Report")
3247
  with gr.Column():
3248
  suggest_expansions_button = gr.Button("Suggest Expansion")
3249
  expand_button = gr.Button("Improve the Report")