Spaces:
Runtime error
Runtime error
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) | |