w11wo commited on
Commit
0e332ee
Β·
1 Parent(s): 1991525

Implemented logout

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -85,7 +85,11 @@ def init_interface(
85
  - scenario_text: The scenario text for the user to act out.
86
  - progress_bar: Visual progress bar showing completed scenarios.
87
  """
88
- welcome_msg = f"""## πŸ‘‹ Welcome {username}! Please follow these steps to contribute to our dataset:
 
 
 
 
89
 
90
  1. **Understand the Scenario**: Carefully read the scenario provided. This describes the situation you need to act out.
91
 
 
85
  - scenario_text: The scenario text for the user to act out.
86
  - progress_bar: Visual progress bar showing completed scenarios.
87
  """
88
+ welcome_msg = f"""## πŸ‘‹ Welcome {username}!
89
+
90
+ [Logout](/logout)
91
+
92
+ ### Please follow these steps to contribute to our dataset:
93
 
94
  1. **Understand the Scenario**: Carefully read the scenario provided. This describes the situation you need to act out.
95