Curranj commited on
Commit
0383c8d
·
1 Parent(s): bf0addd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, give it more context")
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