Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -176,9 +176,7 @@ with gr.Blocks(title="Get Scene Admin Dashboard", theme=gr.themes.Base()) as dem
|
|
| 176 |
with gr.TabItem("⬇️ Download Database"):
|
| 177 |
gr.Markdown("### Download SQLite Database")
|
| 178 |
gr.Markdown(
|
| 179 |
-
"Click the button below to download the raw `database.db` SQLite file.
|
| 180 |
-
"You can open it locally with [DB Browser for SQLite](https://sqlitebrowser.org/) "
|
| 181 |
-
"or any other SQLite viewer."
|
| 182 |
)
|
| 183 |
download_btn = gr.Button("⬇️ Download database.db", variant="primary")
|
| 184 |
download_status = gr.Markdown("")
|
|
|
|
| 176 |
with gr.TabItem("⬇️ Download Database"):
|
| 177 |
gr.Markdown("### Download SQLite Database")
|
| 178 |
gr.Markdown(
|
| 179 |
+
"Click the button below to download the raw `database.db` SQLite file."
|
|
|
|
|
|
|
| 180 |
)
|
| 181 |
download_btn = gr.Button("⬇️ Download database.db", variant="primary")
|
| 182 |
download_status = gr.Markdown("")
|