vjain commited on
Commit
1c7baa8
1 Parent(s): 92012a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,9 +76,9 @@ def reply(input, dataframe_name):
76
 
77
  csv_dropdown = gr.inputs.Dropdown(
78
  label="Select the Book",
79
- choices=["AP_Bio", "AP_Physics",
80
  default="AP_Bio"
81
- ]
82
  )
83
  input_text = gr.inputs.Textbox(
84
  label="Enter your questions here",
 
76
 
77
  csv_dropdown = gr.inputs.Dropdown(
78
  label="Select the Book",
79
+ choices=["AP_Bio", "AP_Physics"],
80
  default="AP_Bio"
81
+
82
  )
83
  input_text = gr.inputs.Textbox(
84
  label="Enter your questions here",