Spaces:
Runtime error
Runtime error
File size: 319 Bytes
9420338 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
import streamlit as st
from pprint import pprint
from widgets import *
# [](https://github.com/Mondkuchen/idp_LiteratureResearch_Tool)
# sidebar content
platforms, number_papers = render_sidebar()
# body
render_body(platforms,number_papers,5)
|