Spaces:
Paused
Paused
davidefiocco
commited on
Commit
•
52f462c
1
Parent(s):
4d5fcf9
Change the UI (again)
Browse files
app.py
CHANGED
@@ -16,10 +16,10 @@ authenticator = stauth.Authenticate(
|
|
16 |
config['cookie']['expiry_days']
|
17 |
)
|
18 |
|
19 |
-
name, authentication_status, username = authenticator.login('Login', 'main')
|
20 |
-
|
21 |
st.title("Le risposte alle tue domande personali")
|
22 |
|
|
|
|
|
23 |
if authentication_status:
|
24 |
|
25 |
input = st.text_input("Scrivi una domanda in italiano e comparirà la risposta!")
|
|
|
16 |
config['cookie']['expiry_days']
|
17 |
)
|
18 |
|
|
|
|
|
19 |
st.title("Le risposte alle tue domande personali")
|
20 |
|
21 |
+
name, authentication_status, username = authenticator.login('Login', 'main')
|
22 |
+
|
23 |
if authentication_status:
|
24 |
|
25 |
input = st.text_input("Scrivi una domanda in italiano e comparirà la risposta!")
|