Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
with gr.Blocks() as demo:
|
4 |
+
gr.Markdown("# Polygraf Writer")
|
5 |
+
with gr.Row():
|
6 |
+
gr.Markdown("## Enter a topic to write an article about:")
|
7 |
+
input_topic = gr.Textbox(label="Topic")
|
8 |
+
gr.Markdown("### Humanized article:")
|