Spaces:
Sleeping
Sleeping
Milind Kamat
commited on
Commit
·
b216fb7
1
Parent(s):
a8ebce6
xxx
Browse filesSigned-off-by: Milind Kamat <36366961+milindkamat0507@users.noreply.github.com>
app.py
CHANGED
|
@@ -638,7 +638,7 @@ def render_input_elements(self, col: st.delta_generator.DeltaGenerator) -> None:
|
|
| 638 |
self.render_playground(cols[2], dict(self.get_input_elements()))
|
| 639 |
|
| 640 |
|
| 641 |
-
|
| 642 |
if __name__ == "__main__":
|
| 643 |
-
|
| 644 |
-
|
|
|
|
|
|
| 638 |
self.render_playground(cols[2], dict(self.get_input_elements()))
|
| 639 |
|
| 640 |
|
|
|
|
| 641 |
if __name__ == "__main__":
|
| 642 |
+
tutorial = StreamlitTutorial()
|
| 643 |
+
tutorial.run()
|
| 644 |
+
|