saim1309 commited on
Commit
cbaf4a5
·
verified ·
1 Parent(s): 15873dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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("")