Singularity666 commited on
Commit
d8c5401
1 Parent(s): 0f216da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -11,10 +11,11 @@ from docx.enum.text import WD_PARAGRAPH_ALIGNMENT
11
  from io import BytesIO
12
  import re
13
 
14
- openai.api_key = "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"
15
 
16
  st.markdown(
17
  """
 
18
  body {
19
  background-color: transparent;
20
  }
@@ -42,12 +43,13 @@ st.markdown(
42
  padding: 10px; /* Add padding to the headers */
43
  border-radius: 5px; /* Add border-radius to the headers */
44
  }
45
- </style>
46
- """,
47
  unsafe_allow_html=True,
48
  )
49
 
50
 
 
51
  device = torch.device("cpu")
52
 
53
  testing_df = pd.read_csv("testing_df.csv")
 
11
  from io import BytesIO
12
  import re
13
 
14
+ openai.api_key = "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"
15
 
16
  st.markdown(
17
  """
18
+ <style>
19
  body {
20
  background-color: transparent;
21
  }
 
43
  padding: 10px; /* Add padding to the headers */
44
  border-radius: 5px; /* Add border-radius to the headers */
45
  }
46
+ </style>
47
+ """,
48
  unsafe_allow_html=True,
49
  )
50
 
51
 
52
+
53
  device = torch.device("cpu")
54
 
55
  testing_df = pd.read_csv("testing_df.csv")