Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1625,4 +1625,4 @@ with gr.Blocks() as lliface: #theme=gr.themes.Glass(primary_hue='green', seconda
|
|
1625 |
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 ")
|
1626 |
|
1627 |
|
1628 |
-
lliface.queue().launch() #(inbrowser="true")
|
|
|
1625 |
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 ")
|
1626 |
|
1627 |
|
1628 |
+
lliface.queue().launch(share=True) #(inbrowser="true")
|