Spaces:
Runtime error
Runtime error
Commit
·
4f3b124
1
Parent(s):
22b1f21
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
def generate_essay(prompt, band_score):
|
2 |
# replace this with code to generate essay text using AI
|
3 |
return "Generated essay text"
|
|
|
1 |
+
import gradio as gr
|
2 |
def generate_essay(prompt, band_score):
|
3 |
# replace this with code to generate essay text using AI
|
4 |
return "Generated essay text"
|