themissingCRAM
commited on
Commit
·
cb725a6
1
Parent(s):
5ff3d91
blocks experiment
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ if __name__ == "__main__":
|
|
129 |
# agent.run("What is the average each customer paid?")
|
130 |
# GradioUI(agent).launch()
|
131 |
|
132 |
-
def enter_message(
|
133 |
print(text)
|
134 |
x = agent.run(text)
|
135 |
print(type(x))
|
|
|
129 |
# agent.run("What is the average each customer paid?")
|
130 |
# GradioUI(agent).launch()
|
131 |
|
132 |
+
def enter_message(text: str):
|
133 |
print(text)
|
134 |
x = agent.run(text)
|
135 |
print(type(x))
|