Anne314159 commited on
Commit
597a1cc
·
verified ·
1 Parent(s): 39e53bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -9,6 +9,17 @@ import numpy as np
9
  import requests
10
  import json
11
  import os
 
 
 
 
 
 
 
 
 
 
 
12
 
13
 
14
  def fetch_news(topic):
 
9
  import requests
10
  import json
11
  import os
12
+ import streamlit as st
13
+ import pydeck as pdk
14
+ import pandas as pd
15
+ import requests
16
+ import os
17
+ import json
18
+
19
+ # Make sure to define or import other necessary functions or variables here
20
+
21
+ def page_va
22
+
23
 
24
 
25
  def fetch_news(topic):