Update app.py
Browse files
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="
|
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"],
|