Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -295,7 +295,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
295 |
|
296 |
def on_submit(llm, file, relevance, diversity):
|
297 |
result, output_file = process_inputs(llm, file, relevance, diversity)
|
298 |
-
|
299 |
return result, output_file
|
|
|
300 |
# Launch the Gradio app
|
301 |
demo.launch()
|
|
|
295 |
|
296 |
def on_submit(llm, file, relevance, diversity):
|
297 |
result, output_file = process_inputs(llm, file, relevance, diversity)
|
298 |
+
download_button.update(visible=True)
|
299 |
return result, output_file
|
300 |
+
|
301 |
# Launch the Gradio app
|
302 |
demo.launch()
|