jackabald / TiDB-Hack-NL-repo-search

Semantic Search Engine for Code Repositories
Apache License 2.0
4 stars 2 forks source link

create the frontend #4

Closed jackabald closed 1 month ago

jackabald commented 1 month ago

write now the frontend is in templates/ and static/ .

If you are a frontend dev, feel free to use different technologies like tailwind or react depending on how you envision this frontend looking.

Basic Structure:

afzal442 commented 1 month ago

We can use streamlit framework

jackabald commented 1 month ago

@afzal442 One issue with Streamlit that I just found out is that it doesn't have a file uploader that allows users to upload directories. It only has a file uploader to upload certain files. One workaround we can use for right now is forcing projects to be zipped before uploading them, but we may want to find a better workaround in the future instead of forcing users to zip their project.

afzal442 commented 1 month ago

got that. did you try streamlit framework? let's catch up today if you are available today as discussed.