Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def chart_generator(message: str):
|
|
110 |
|
111 |
demo = gr.Interface(
|
112 |
fn=handle_message,
|
113 |
-
inputs=["text", gr.Radio(["Chat", "Web-Search", "Chart-Generator"], label="mode", info="Choose a mode and enter your message, then click submit to interact.")],
|
114 |
outputs="text",
|
115 |
title="IT Assistant")
|
116 |
demo.launch()
|
|
|
110 |
|
111 |
demo = gr.Interface(
|
112 |
fn=handle_message,
|
113 |
+
inputs=["text", gr.Radio(["Chat-Message", "Web-Search", "Chart-Generator"], label="mode", info="Choose a mode and enter your message, then click submit to interact.")],
|
114 |
outputs="text",
|
115 |
title="IT Assistant")
|
116 |
demo.launch()
|