Skip to content

Commit

Permalink
Initial Draft
Browse files Browse the repository at this point in the history
  • Loading branch information
rahgadda committed Sep 12, 2023
1 parent 897844f commit 9abd2d8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
13 changes: 13 additions & 0 deletions archive/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import streamlit as st

################################
######### Variables ############
################################

################################
####### GenericFunctions #######
################################

################################
####### Display of data ########
################################
6 changes: 4 additions & 2 deletions code/Dashboard.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import streamlit as st


################################
######### Variables ############
################################

################################
####### GenericFunctions #######
################################
st.write(st.session_state['token'])

################################
####### Display of data ########
################################
3 changes: 1 addition & 2 deletions code/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ torch
git+https://github.com/huggingface/transformers
faiss-cpu
numpy
sentence-transformers
authlib
sentence-transformers

0 comments on commit 9abd2d8

Please sign in to comment.