File size: 264 Bytes
d31c634
 
b900928
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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:")