Spaces:
Running
Running
commit
Browse files
app.py
CHANGED
@@ -108,14 +108,14 @@ def main():
|
|
108 |
"""
|
109 |
)
|
110 |
|
111 |
-
refresh_button = gr.Button("Refresh Data")
|
112 |
-
refresh_button.click(
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
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__":
|