article_writer / app.py
minko186's picture
Update app.py
b900928 verified
raw
history blame
264 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Markdown("# Polygraf Writer")
with gr.Row():
gr.Markdown("## Enter a topic to write an article about:")
input_topic = gr.Textbox(label="Topic")
gr.Markdown("### Humanized article:")