Spaces:
Sleeping
Sleeping
badge update
Browse files
app.py
CHANGED
@@ -74,6 +74,6 @@ with demo:
|
|
74 |
b1.click(sql_generate,inputs=[example_prompt, input_prompt_sql], outputs=generated_txt)
|
75 |
|
76 |
with gr.Row():
|
77 |
-
gr.Markdown("
|
|
|
74 |
b1.click(sql_generate,inputs=[example_prompt, input_prompt_sql], outputs=generated_txt)
|
75 |
|
76 |
with gr.Row():
|
77 |
+
gr.Markdown("")
|
78 |
|
79 |
demo.launch(enable_queue=True, debug=True)
|