Spaces:
Sleeping
Sleeping
Hamed Mohammadpour
commited on
Commit
·
1ea4886
1
Parent(s):
f20dd5f
Add unique id for each button
Browse files
app.py
CHANGED
@@ -159,6 +159,7 @@ if st.button("Run Benchmark"):
|
|
159 |
data=f.read(),
|
160 |
file_name=file_name,
|
161 |
mime="application/json",
|
|
|
162 |
)
|
163 |
|
164 |
# Visualization part
|
|
|
159 |
data=f.read(),
|
160 |
file_name=file_name,
|
161 |
mime="application/json",
|
162 |
+
key=f"{query_id}_{file_name}",
|
163 |
)
|
164 |
|
165 |
# Visualization part
|