Amirizaniani commited on
Commit
ec4ac13
·
verified ·
1 Parent(s): 7206227

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- download_button.update(visible=True)
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()