Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1682,4 +1682,4 @@ with gr.Blocks() as lliface: #theme=gr.themes.Glass(primary_hue='green', seconda
|
|
1682 |
gr.HTML("Education = Learning things you didnt know yesterday and not forgetting more than you learn <br><br> What you didnt know forms = <br> Glossary <br> Lists <br> Formulas <br> graphs <br> Procedures <br> <br> for each you will need a seperate way to track the progress but amount of times + recency = approximate state ")
|
1683 |
|
1684 |
|
1685 |
-
lliface.queue().launch() #(inbrowser="true")
|
|
|
1682 |
gr.HTML("Education = Learning things you didnt know yesterday and not forgetting more than you learn <br><br> What you didnt know forms = <br> Glossary <br> Lists <br> Formulas <br> graphs <br> Procedures <br> <br> for each you will need a seperate way to track the progress but amount of times + recency = approximate state ")
|
1683 |
|
1684 |
|
1685 |
+
lliface.queue().launch(share="true") #(inbrowser="true")
|