Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,7 @@ iface = gr.Interface(
|
|
42 |
inputs=[gr.Textbox(label="Enter your question:"), gr.State()],
|
43 |
outputs=[gr.Textbox(label="Responses"), gr.State()],
|
44 |
title="HistoryBot Chat",
|
45 |
-
description="Interact with HistoryBot, a specialized assistant for American History. Ask any historical questions to get detailed and nuanced answers."
|
46 |
-
layout="vertical"
|
47 |
)
|
48 |
|
49 |
iface.launch()
|
|
|
42 |
inputs=[gr.Textbox(label="Enter your question:"), gr.State()],
|
43 |
outputs=[gr.Textbox(label="Responses"), gr.State()],
|
44 |
title="HistoryBot Chat",
|
45 |
+
description="Interact with HistoryBot, a specialized assistant for American History. Ask any historical questions to get detailed and nuanced answers."
|
|
|
46 |
)
|
47 |
|
48 |
iface.launch()
|