mateoluksenberg commited on
Commit
19867bb
1 Parent(s): 0c44805

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -25,18 +25,6 @@ DESCRIPTION = f"""
25
  🚀 MODEL NOW: <a href="https://hf.co/nikravan/glm-4vq">{MODEL_NAME}</a>
26
  </center>"""
27
 
28
- CSS = """
29
- h1 {
30
- text-align: center;
31
- display: block;
32
- }
33
-
34
- #chatbot-container {
35
- width: 90%;
36
- height: 600px; /* Puedes ajustar la altura según tus necesidades */
37
- margin: auto;
38
- }
39
- """
40
 
41
  tokenizer = AutoTokenizer.from_pretrained(MODEL_ID, trust_remote_code=True)
42
 
 
25
  🚀 MODEL NOW: <a href="https://hf.co/nikravan/glm-4vq">{MODEL_NAME}</a>
26
  </center>"""
27
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
  tokenizer = AutoTokenizer.from_pretrained(MODEL_ID, trust_remote_code=True)
30