TIMAX-159 commited on
Commit
93d86b7
β€’
1 Parent(s): b3f85a8
Files changed (1) hide show
  1. app.py +1 -2
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 (you can input multi-line sentences)",
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 (you can input multi-line sentences)",
 
34
  live=True)
35
 
36
  demo.launch()