krrishD commited on
Commit
f7a4d44
β€’
1 Parent(s): c1c00d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def set_text(inp):
40
  def clear(arg):
41
  return ""
42
 
43
- with gr.Blocks(css=".gradio-container {background-color: #0d1116;}") 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.""")
 
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.""")