Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -324,7 +324,7 @@ def server(input, output, session):
|
|
324 |
@render.table
|
325 |
def result():
|
326 |
#print(yahoo_weeks)
|
327 |
-
return yahoo_weeks
|
328 |
|
329 |
@output
|
330 |
@render.table
|
|
|
324 |
@render.table
|
325 |
def result():
|
326 |
#print(yahoo_weeks)
|
327 |
+
return yahoo_weeks[['Week','Start','End']]
|
328 |
|
329 |
@output
|
330 |
@render.table
|