Spaces:
Runtime error
Runtime error
switch title and description
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
4 |
-
|
5 |
|
6 |
|
7 |
def greet(name, intensity):
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
title = "Space demo for gradio: Greeting"
|
4 |
+
description = "Input your name"
|
5 |
|
6 |
|
7 |
def greet(name, intensity):
|