Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def hf_chat(user_input):
|
|
108 |
|
109 |
# Gradio interface
|
110 |
with gr.Blocks() as demo:
|
111 |
-
gr.Markdown("#
|
112 |
with gr.Row():
|
113 |
with gr.Column():
|
114 |
user_input = gr.Textbox(
|
|
|
108 |
|
109 |
# Gradio interface
|
110 |
with gr.Blocks() as demo:
|
111 |
+
gr.Markdown("# mistral nemo prompt enhancer")
|
112 |
with gr.Row():
|
113 |
with gr.Column():
|
114 |
user_input = gr.Textbox(
|