Joschka Strueber commited on
Commit
626ef9e
·
1 Parent(s): 01d5393

[Fix] parenthesis error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks(title="LLM Similarity Analyzer") as demo:
74
  ).then(
75
  fn=create_heatmap,
76
  inputs=[model_dropdown, dataset_dropdown],
77
- outputs=[heatmap, heatmap.visible]]
78
  )
79
 
80
  # Clear button
 
74
  ).then(
75
  fn=create_heatmap,
76
  inputs=[model_dropdown, dataset_dropdown],
77
+ outputs=[heatmap, heatmap.visible]
78
  )
79
 
80
  # Clear button