Тёмный

Login page for Python Website using Streamlit 

Beginner's Code Zone
Подписаться 1,3 тыс.
Просмотров 21 тыс.
50% 1

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 19   
@beginnerscodezone
@beginnerscodezone Год назад
Source Code with additional things (Authentication + Session State): github.com/Ashwani132003/pondering/blob/main/test.py
@beginnerscodezone
@beginnerscodezone Год назад
Sorry for some audio glitches in the video, Next part for authentication will be uploaded soon.
@syaifak
@syaifak 6 месяцев назад
do this streamlit using mysql? for the database
@beginnerscodezone
@beginnerscodezone 6 месяцев назад
I have uploaded a video for using MySQL Database with Streamlit, and if you want to add login page to that then, yes you can do it this way. I hope this clears your doubt, if not feel free to ask again, Thanks!
@beginnerscodezone
@beginnerscodezone Год назад
Ask your doubts here, if any.
@akashjoju8606
@akashjoju8606 2 месяца назад
Is it will be responsive
@beginnerscodezone
@beginnerscodezone 2 месяца назад
Yes, Streamlit handles most of the responsiveness itself, you can check the full website here: pondering.onrender.com/
@dzenitvildic6269
@dzenitvildic6269 4 месяца назад
Hello, in this code, the user should only read the post I wrote on the home.py page. It turns out that in the code you wrote, a different user can delete text from another user and write it again. What should I do to fix this?
@beginnerscodezone
@beginnerscodezone 4 месяца назад
Hi, on website only the one logged in user should be able to delete and write posts from that specific account, for authenticating the users you should use: github.com/Ashwani132003/pondering/blob/main/account.py Make sure to pass your webapi key from your firebase account (Next video is for auth.). And if you mean that from code anyone can change posts, then yes, as the app is totally public incl. keys, for teaching purpose, one can change, you can either make your repo private or keep your keys secret (i have a video on that), I hope your doubt is resolved, if still not, feel free to ask again, thanks
@dzenitvildic6269
@dzenitvildic6269 4 месяца назад
@@beginnerscodezone No, I mean here that one user can share a post. Then the second user can edit what the first user shared even if the second user did not write that post
@beginnerscodezone
@beginnerscodezone 4 месяца назад
@@dzenitvildic6269 Aah, this is not actually updating the post, its just visible like that to the user once you rereun the website it would come same as before, if you want i think there is some disable parameter in text-input of streamlit, you can just use that in code where you are doing this or keep it as it is, as it won't update.
@dzenitvildic6269
@dzenitvildic6269 4 месяца назад
@@beginnerscodezone Yes, I searched streamlit, I just "disabled=True" command, but this time the text is not so visible. Do you know of a better solution?
@beginnerscodezone
@beginnerscodezone 4 месяца назад
@@dzenitvildic6269 lemme try it
@vijaynavuluri
@vijaynavuluri 8 месяцев назад
Help me it's not working 😢
@beginnerscodezone
@beginnerscodezone 8 месяцев назад
Hey what's the exact problem could you please elaborate, would be great if you can ask in our discord channel (mentioned in channel description). Thanks
@finamusrofina3426
@finamusrofina3426 Год назад
thanks sr
Далее
Build a Python Website in 15 Minutes With Streamlit
18:37
Дикий Бармалей разозлил всех!
01:00
Трудности СГОРЕВШЕЙ BMW M4!
49:41
Просмотров 1,5 млн
ДЕНЬ УЧИТЕЛЯ В ШКОЛЕ
01:00
Просмотров 1,2 млн
The Streamlit Epic Overview (part 1/2)
13:06
Просмотров 55 тыс.
The Home Server I've Been Wanting
18:14
Просмотров 159 тыс.
Crafting a Dashboard App in Python using Streamlit
36:47
programming projects that taught me how to code
9:49
Просмотров 294 тыс.
Create Multi Pages websites using Streamlit | Python
10:37