Update app.py
Browse files
app.py
CHANGED
@@ -72,6 +72,7 @@ def handleEnter(*args):
|
|
72 |
|
73 |
prompt = solara.reactive('')
|
74 |
messages = solara.reactive([])
|
|
|
75 |
|
76 |
@solara.component
|
77 |
def ColumnLayout(children):
|
@@ -80,7 +81,6 @@ def ColumnLayout(children):
|
|
80 |
|
81 |
@solara.component
|
82 |
def Page():
|
83 |
-
input_text = solara.reactive('')
|
84 |
|
85 |
with solara.AppLayout(title="EBTI GPT"):
|
86 |
solara.AppBarTitle(children=[])
|
|
|
72 |
|
73 |
prompt = solara.reactive('')
|
74 |
messages = solara.reactive([])
|
75 |
+
input_text = solara.reactive('')
|
76 |
|
77 |
@solara.component
|
78 |
def ColumnLayout(children):
|
|
|
81 |
|
82 |
@solara.component
|
83 |
def Page():
|
|
|
84 |
|
85 |
with solara.AppLayout(title="EBTI GPT"):
|
86 |
solara.AppBarTitle(children=[])
|