Cinnamon / kotaemon

An open-source RAG-based tool for chatting with your documents.
https://cinnamon.github.io/kotaemon/
Apache License 2.0
17.49k stars 1.35k forks source link

[BUG] Changes to Login Page are not beeing made #444

Closed sebastianfernandezgarcia closed 2 weeks ago

sebastianfernandezgarcia commented 3 weeks ago

Description

I want to put a video at the login page where user inputs its User and Password. Basicaly to make a quick tutorial of 1 min so that user knows the funcionalty before entering. Like a Teaser / Trailer

I have tried, for example to put: gr.Video("https://gradio-static-files.s3.us-west-2.amazonaws.com/world.mp4") into the login.py file (libs\ktem\ktem\pages\login.py)

But when I stop and start the app again. It doesnt get the changes.

Reproduction steps

1. Go to 'libs\ktem\ktem\pages\login.py'
2. Do changes
3. Restart app
4. See that changes are not made

Screenshots

No response

Logs

No response

Browsers

Chrome

OS

Windows

Additional information

No response

sebastianfernandezgarcia commented 2 weeks ago

Is needed to deleted the cached files under the folder "kotaemon\ktem_app_data" (Warning: you can delete indexes and users) Deleting gradio cache and restarting worked.