TrendFlow / app.py
Adapting's picture
init
9420338
raw
history blame
319 Bytes
import streamlit as st
from pprint import pprint
from widgets import *
# [![github](https://img.kookapp.cn/assets/2022-09/1w4G0FIWGK00w00w.png)](https://github.com/Mondkuchen/idp_LiteratureResearch_Tool)
# sidebar content
platforms, number_papers = render_sidebar()
# body
render_body(platforms,number_papers,5)