Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|