muskangoyal06 commited on
Commit
875f267
·
verified ·
1 Parent(s): bc02d72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -5,18 +5,6 @@ from googleapiclient.discovery import build
5
  from transformers import pipeline
6
  import numpy as np
7
 
8
- # Custom CSS to change font color
9
- st.markdown(
10
- """
11
- <style>
12
- body {
13
- color: #a6e200;
14
- }
15
- </style>
16
- """,
17
- unsafe_allow_html=True
18
- )
19
-
20
  # YouTube API setup
21
  def youtube_api_setup():
22
  api_key = 'AIzaSyB-pW8FME-a7KMRqwEeQJStTxDPqvQNMm0' # Replace with your YouTube API key
 
5
  from transformers import pipeline
6
  import numpy as np
7
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  # YouTube API setup
9
  def youtube_api_setup():
10
  api_key = 'AIzaSyB-pW8FME-a7KMRqwEeQJStTxDPqvQNMm0' # Replace with your YouTube API key