Spaces:
Runtime error
Runtime error
TIMAX-159
commited on
Commit
Β·
8590e59
1
Parent(s):
c34bf05
new
Browse files
app.py
CHANGED
@@ -30,8 +30,7 @@ demo = gr.Interface(fn=logic,
|
|
30 |
'ALLx (Project(x) IMPLY (WrittenIn(x, python) XR WrittenIn(x, c++)))'
|
31 |
],
|
32 |
title="Logic Translator",
|
33 |
-
description="Type English for logic symbols
|
34 |
-
β§:AND, β¨:OR, Β¬:NOT, β:XR, β:IMPLY, β:EQUIV, β:ALL, β:EXIST",
|
35 |
live=True)
|
36 |
|
37 |
demo.launch()
|
|
|
30 |
'ALLx (Project(x) IMPLY (WrittenIn(x, python) XR WrittenIn(x, c++)))'
|
31 |
],
|
32 |
title="Logic Translator",
|
33 |
+
description="Type English for logic symbols!\nβ§:AND, β¨:OR, Β¬:NOT, β:XR, β:IMPLY, β:EQUIV, β:ALL, β:EXIST",
|
|
|
34 |
live=True)
|
35 |
|
36 |
demo.launch()
|