qiqiWav commited on
Commit
884215b
·
verified ·
1 Parent(s): 4da735c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks() as app:
101
  # else:
102
  # login_button = gr.LoginButton()
103
 
104
- username_text = gr.Textbox(label="Username", interactive=False, value="Please login")
105
  gr.LoginButton()
106
  category = gr.Dropdown(
107
  choices=["Biology", "Physics", "Business", "Chemistry", "Economics", "Philosophy", "History", "Culture", "Computer Science", "Math", "Health", "Law", "Engineering", "Other"],
 
101
  # else:
102
  # login_button = gr.LoginButton()
103
 
104
+ username_text = gr.Textbox(label="Username", interactive=False, value="")
105
  gr.LoginButton()
106
  category = gr.Dropdown(
107
  choices=["Biology", "Physics", "Business", "Chemistry", "Economics", "Philosophy", "History", "Culture", "Computer Science", "Math", "Health", "Law", "Engineering", "Other"],