Spaces:
Runtime error
Runtime error
ToluClassics
commited on
Commit
•
633410f
1
Parent(s):
3571a98
Add application file
Browse files
app.py
CHANGED
@@ -244,5 +244,6 @@ if st.sidebar.button("Search"):
|
|
244 |
element.classList.toggle("dark-mode");
|
245 |
}
|
246 |
</script>
|
|
|
247 |
""" + rendered_results, height=1000, scrolling=True
|
248 |
)
|
|
|
244 |
element.classList.toggle("dark-mode");
|
245 |
}
|
246 |
</script>
|
247 |
+
<button onclick="myFunction()">Toggle dark mode</button>
|
248 |
""" + rendered_results, height=1000, scrolling=True
|
249 |
)
|