Spaces:
Running
Running
Commit
·
b6fbd69
1
Parent(s):
f7aa4ea
add login
Browse files
app.py
CHANGED
@@ -71,8 +71,7 @@ with gr.Blocks(theme=tufte_theme) as demo:
|
|
71 |
Would you read a book based on this LLM generated blurb? <br> Your vote will be added to <a href="https://example.com">this</a> Hugging Face dataset</p>"""
|
72 |
+ """"""
|
73 |
)
|
74 |
-
# gr.
|
75 |
-
user_name = gr.Textbox(label="User Name", placeholder="Enter your name")
|
76 |
with gr.Row():
|
77 |
generate_btn = gr.Button("Create a book", variant="primary")
|
78 |
blurb_output = gr.Markdown(label="Book blurb")
|
|
|
71 |
Would you read a book based on this LLM generated blurb? <br> Your vote will be added to <a href="https://example.com">this</a> Hugging Face dataset</p>"""
|
72 |
+ """"""
|
73 |
)
|
74 |
+
# user_name = gr.Textbox(label="User Name", placeholder="Enter your name")
|
|
|
75 |
with gr.Row():
|
76 |
generate_btn = gr.Button("Create a book", variant="primary")
|
77 |
blurb_output = gr.Markdown(label="Book blurb")
|