eaglelandsonce
commited on
Commit
•
59704f8
1
Parent(s):
814dd9f
Update pages/15_Plus_Detokenizer.py
Browse files
pages/15_Plus_Detokenizer.py
CHANGED
@@ -6,7 +6,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
6 |
st.set_page_config(page_title="First Conscious Quadrant with Detokenizer", layout="wide")
|
7 |
|
8 |
# Title
|
9 |
-
st.title("
|
10 |
|
11 |
# HTML content (your original HTML/JS code)
|
12 |
html_content = """
|
|
|
6 |
st.set_page_config(page_title="First Conscious Quadrant with Detokenizer", layout="wide")
|
7 |
|
8 |
# Title
|
9 |
+
st.title("First Conscious Quadrant with Detokenizer")
|
10 |
|
11 |
# HTML content (your original HTML/JS code)
|
12 |
html_content = """
|