mou3az commited on
Commit
27307fd
1 Parent(s): f9d1bd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()