Spaces:
Sleeping
Sleeping
demongodYY
commited on
Commit
•
fab8a9d
1
Parent(s):
8d57602
init
Browse files- app.py +7 -0
- flagged/log.csv +2 -0
app.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
|
3 |
+
def greet(name):
|
4 |
+
return "Hello " + name + "!!"
|
5 |
+
|
6 |
+
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
+
iface.launch();
|
flagged/log.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
name,output,flag,username,timestamp
|
2 |
+
23123,Hello 23123!!,,,2023-04-19 11:03:07.554802
|