GuglielmoTor commited on
Commit
43e0c2d
·
verified ·
1 Parent(s): 01118d7

Update analytics_fetch_and_rendering.py

Browse files
Files changed (1) hide show
  1. analytics_fetch_and_rendering.py +1 -1
analytics_fetch_and_rendering.py CHANGED
@@ -4,7 +4,7 @@ from sessions import create_session
4
  from datetime import datetime, timezone, timedelta # Added timezone, timedelta
5
  import matplotlib.pyplot as plt # Added for plotting
6
  from error_handling import display_error
7
-
8
 
9
 
10
  API_V2_BASE = 'https://api.linkedin.com/v2'
 
4
  from datetime import datetime, timezone, timedelta # Added timezone, timedelta
5
  import matplotlib.pyplot as plt # Added for plotting
6
  from error_handling import display_error
7
+ import gradio as gr
8
 
9
 
10
  API_V2_BASE = 'https://api.linkedin.com/v2'