nick5363 commited on
Commit
d4562c3
·
verified ·
1 Parent(s): 992359c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,7 +5,8 @@ import gradio as gr
5
  API_KEY = "A3WuGPFo3tqoY2CDWs1JP27K1nrtx8nWdi4053Jt"
6
 
7
  def get_combined_news():
8
-
 
9
 
10
  # Marketaux
11
  try:
 
5
  API_KEY = "A3WuGPFo3tqoY2CDWs1JP27K1nrtx8nWdi4053Jt"
6
 
7
  def get_combined_news():
8
+ result = "\n\n"
9
+ index = 1
10
 
11
  # Marketaux
12
  try: