Bagratuni commited on
Commit
e934f08
·
1 Parent(s): 531d5de
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -108,14 +108,14 @@ def main():
108
  """
109
  )
110
 
111
- refresh_button = gr.Button("Refresh Data")
112
- refresh_button.click(
113
- fn=refresh_data,
114
- outputs=[table_output_armenian,
115
- table_output_mmlu,
116
- plot_output_armenian,
117
- plot_output_mmlu],
118
- )
119
  app.launch(share=True, debug=True)
120
 
121
  if __name__ == "__main__":
 
108
  """
109
  )
110
 
111
+ # refresh_button = gr.Button("Refresh Data")
112
+ # refresh_button.click(
113
+ # fn=refresh_data,
114
+ # # outputs=[table_output_armenian,
115
+ # # table_output_mmlu,
116
+ # # plot_output_armenian,
117
+ # # plot_output_mmlu],
118
+ # )
119
  app.launch(share=True, debug=True)
120
 
121
  if __name__ == "__main__":