Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
chansung
/
llama2-with-gradio-chat
like
141
Sleeping
App
Files
Files
Community
3
chansung
commited on
Aug 16, 2023
Commit
e3a164f
•
1 Parent(s):
e81baf6
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
from styles import MODEL_SELECTION_CSS
2
+
from js import GET_LOCAL_STORAGE, UPDATE_LEFT_BTNS_STATE, UPDATE_PLACEHOLDERS
3
+
from templates import templates