Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
-
gr.Markdown(f"# Greetings
|
5 |
inp = gr.Textbox()
|
6 |
out = gr.Textbox()
|
7 |
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
+
gr.Markdown(f"# Greetings!")
|
5 |
inp = gr.Textbox()
|
6 |
out = gr.Textbox()
|
7 |
|