Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def set_text(inp):
|
|
40 |
def clear(arg):
|
41 |
return ""
|
42 |
|
43 |
-
with gr.Blocks(
|
44 |
user_state=gr.State([])
|
45 |
gr.Markdown("""# Hi, I'm Clerkie π€""")
|
46 |
gr.Markdown("""I can help you get started / answer any question you have about the [Langchain: Build AI apps with LLMs](https://github.com/hwchase17/langchain). If I fail to answer your question, please email me @ clerkieai@gmail.com, and I will make sure you get an answer within an hour.""")
|
|
|
40 |
def clear(arg):
|
41 |
return ""
|
42 |
|
43 |
+
with gr.Blocks() as demo:
|
44 |
user_state=gr.State([])
|
45 |
gr.Markdown("""# Hi, I'm Clerkie π€""")
|
46 |
gr.Markdown("""I can help you get started / answer any question you have about the [Langchain: Build AI apps with LLMs](https://github.com/hwchase17/langchain). If I fail to answer your question, please email me @ clerkieai@gmail.com, and I will make sure you get an answer within an hour.""")
|