Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EngrSamad
/
Result_generator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
EngrSamad
commited on
Mar 8, 2024
Commit
d81675e
·
verified
·
1 Parent(s):
7c945d8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
def result (name, marks):
2
if marks >=90:
3
return f'Dear {name}, you got {marks}, Result = Pass'
1
+
import gradio as gr
2
def result (name, marks):
3
if marks >=90:
4
return f'Dear {name}, you got {marks}, Result = Pass'