Sephfox commited on
Commit
36b1bb5
1 Parent(s): 429867a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -19
app.py CHANGED
@@ -13,25 +13,6 @@ from datetime import datetime
13
  from typing import Dict, List, Any
14
  import pandas as pd # Added pandas import
15
 
16
- # Cyberpunk and Loading Animation Styling
17
- def setup_cyberpunk_style():
18
- st.markdown("""
19
- <style>
20
- body, button, input, select, textarea {
21
- font-family: 'Orbitron', sans-serif !important;
22
- color: #00ff9d !important;
23
- }
24
- .stApp {
25
- background: radial-gradient(circle, rgba(0, 0, 0, 0.95) 20%, rgba(0, 50, 80, 0.95) 90%);
26
- color: #00ff9d;
27
- font-family: 'Orbitron', sans-serif;
28
- font-size: 16px;
29
- line-height: 1.6;
30
- padding: 20px;
31
- box-sizing: border-box;
32
- }
33
-
34
- .main-title {
35
 
36
 
37
  # Prepare Dataset Function with Padding Token Fix
 
13
  from typing import Dict, List, Any
14
  import pandas as pd # Added pandas import
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
 
18
  # Prepare Dataset Function with Padding Token Fix