Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 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")
|