RAMYASRI-39
commited on
Commit
•
b26d90a
1
Parent(s):
b5fe405
Update app.py
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ iface = gr.Interface(
|
|
18 |
description="Enter your CBSE math problem and watch the solution appear like magic, complete with explanations! Developed by K.M.Ramyasri ,TGT ,GHS Suthukeny ,Puducherry!"
|
19 |
)
|
20 |
|
21 |
-
iface.launch(debug=True)
|
|
|
18 |
description="Enter your CBSE math problem and watch the solution appear like magic, complete with explanations! Developed by K.M.Ramyasri ,TGT ,GHS Suthukeny ,Puducherry!"
|
19 |
)
|
20 |
|
21 |
+
iface.launch(share=True,debug=True)
|