Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ block = gr.Blocks(css=".gradio-container {background-color: lightgray}")
|
|
58 |
|
59 |
with block:
|
60 |
with gr.Row():
|
61 |
-
gr.Markdown("<h3><center>
|
62 |
|
63 |
openai_api_key_textbox = gr.Textbox(
|
64 |
placeholder="Paste your OpenAI API key (sk-...)",
|
@@ -88,10 +88,6 @@ with block:
|
|
88 |
|
89 |
gr.HTML("Demo application of a LangChain chain.")
|
90 |
|
91 |
-
gr.HTML(
|
92 |
-
"<center>Powered by <a href='https://github.com/hwchase17/langchain'>LangChain 🦜️🔗</a></center>"
|
93 |
-
)
|
94 |
-
|
95 |
state = gr.State()
|
96 |
agent_state = gr.State()
|
97 |
|
|
|
58 |
|
59 |
with block:
|
60 |
with gr.Row():
|
61 |
+
gr.Markdown("<h3><center>Hello World App</center></h3>")
|
62 |
|
63 |
openai_api_key_textbox = gr.Textbox(
|
64 |
placeholder="Paste your OpenAI API key (sk-...)",
|
|
|
88 |
|
89 |
gr.HTML("Demo application of a LangChain chain.")
|
90 |
|
|
|
|
|
|
|
|
|
91 |
state = gr.State()
|
92 |
agent_state = gr.State()
|
93 |
|