Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -237,7 +237,7 @@ def main():
|
|
| 237 |
return predefined_questions[q_choice]
|
| 238 |
|
| 239 |
with gr.Blocks() as demo:
|
| 240 |
-
gr.Markdown("##
|
| 241 |
|
| 242 |
with gr.Row():
|
| 243 |
achievement = gr.Radio(["正", "負"], label="成就型", value="正")
|
|
|
|
| 237 |
return predefined_questions[q_choice]
|
| 238 |
|
| 239 |
with gr.Blocks() as demo:
|
| 240 |
+
gr.Markdown("## AI Persona 模擬")
|
| 241 |
|
| 242 |
with gr.Row():
|
| 243 |
achievement = gr.Radio(["正", "負"], label="成就型", value="正")
|