Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,10 +44,10 @@ chat_interface = gr.Interface(
|
|
| 44 |
gr.State() # State input to hold the history
|
| 45 |
],
|
| 46 |
outputs=[
|
| 47 |
-
gr.Textbox(label="
|
| 48 |
gr.State() # State output to pass the history back to the function
|
| 49 |
],
|
| 50 |
-
title="
|
| 51 |
description="Talk to a bot powered by OpenAI GPT-3.",
|
| 52 |
theme=theme # Apply the custom theme here
|
| 53 |
)
|
|
|
|
| 44 |
gr.State() # State input to hold the history
|
| 45 |
],
|
| 46 |
outputs=[
|
| 47 |
+
gr.Textbox(label="Response"), # Textbox for the chatbot's response
|
| 48 |
gr.State() # State output to pass the history back to the function
|
| 49 |
],
|
| 50 |
+
title="Foundation Coin Assistant",
|
| 51 |
description="Talk to a bot powered by OpenAI GPT-3.",
|
| 52 |
theme=theme # Apply the custom theme here
|
| 53 |
)
|