Skip to content
Snippets Groups Projects
Commit 73fee5a1 authored by Bouchaira Neirouz's avatar Bouchaira Neirouz
Browse files

interface

parent 127a103b
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import streamlit as st
import sqlite3
import datetime
# Connect to the database
conn = sqlite3.connect(r'C:\Users\neiro\Documents\GitHub\sgbd-usine\donnes\company.db')
conn = sqlite3.connect(r'C:\Users\neiro\Documents\+\GitHub\sgbd-usine\donnees\company.db')
cursor = conn.cursor()
# Set the title of the Streamlit app
st.title("Machine de Badgeage")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment