bstraehle commited on
Commit
5d6c0c0
·
verified ·
1 Parent(s): 02adca0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -76,8 +76,8 @@ gr.ChatInterface(
76
  retry_btn=None,
77
  undo_btn=None,
78
  clear_btn="Clear",
79
- multimodal=True,
80
- additional_inputs=[
81
- gr.Textbox("You are a personal math tutor. Answer questions briefly, in a sentence or less.", label="System Prompt"),
82
- ],
83
  ).launch()
 
76
  retry_btn=None,
77
  undo_btn=None,
78
  clear_btn="Clear",
79
+ #multimodal=True,
80
+ #additional_inputs=[
81
+ # gr.Textbox("You are a personal math tutor. Answer questions briefly, in a sentence or less.", label="System Prompt"),
82
+ #],
83
  ).launch()