Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,6 @@ def greet(prompt):
|
|
30 |
|
31 |
|
32 |
#Code to set up Gradio UI
|
33 |
-
iface = gr.Interface(greet, inputs = ["text"], outputs = "text",title="Natural Language to Regex", description="Enter any prompt and get a regex statement back! For better results,
|
34 |
iface.launch()
|
35 |
|
|
|
30 |
|
31 |
|
32 |
#Code to set up Gradio UI
|
33 |
+
iface = gr.Interface(greet, inputs = ["text"], outputs = "text",title="Natural Language to Regex for Python", description="Enter any prompt and get a regex statement back! For better results, say where you want the regex to read from")
|
34 |
iface.launch()
|
35 |
|