TIMAX commited on
Commit
b3f85a8
β€’
1 Parent(s): bce7f55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -30,7 +30,8 @@ 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!\n∧:AND, ∨:OR, Β¬:NOT, βŠ•:XR, β†’:IMPLY, ↔:EQUIV, βˆ€:ALL, βˆƒ:EXIST",
 
34
  live=True)
35
 
36
  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!
34
+ ∧:AND, ∨:OR, Β¬:NOT, βŠ•:XR, β†’:IMPLY, ↔:EQUIV, βˆ€:ALL, βˆƒ:EXIST (you can input multi-line sentences)",
35
  live=True)
36
 
37
  demo.launch()