curriculum_analysis_german / modules /topic_modelling.py
deirdosh's picture
Create topic_modelling.py
17e60f9 verified
raw
history blame contribute delete
205 Bytes
import gradio as gr
def render():
return gr.Column([
gr.Markdown("# 🧠 Topic Modeling"),
gr.Markdown("BERTopic, UMAP, clustering, etc."),
gr.Button("Generate topics")
])