Spaces:
Running
Running
Johnny Lee
commited on
Commit
·
7b9ca1f
1
Parent(s):
25c7fb0
change mode
Browse files
app.py
CHANGED
@@ -549,7 +549,7 @@ async def respond(
|
|
549 |
|
550 |
class ChatbotConfig(BaseModel):
|
551 |
app_title: str = "CBS Technology Strategy - Fall 2023"
|
552 |
-
chatbot_modes: List[str] = [
|
553 |
case_options: List[str] = poll_questions.get_case_names()
|
554 |
default_case_option: str = "Netflix"
|
555 |
|
|
|
549 |
|
550 |
class ChatbotConfig(BaseModel):
|
551 |
app_title: str = "CBS Technology Strategy - Fall 2023"
|
552 |
+
chatbot_modes: List[str] = [ChatbotMode.DEBATE_PARTNER.value]
|
553 |
case_options: List[str] = poll_questions.get_case_names()
|
554 |
default_case_option: str = "Netflix"
|
555 |
|