Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -201,11 +201,11 @@ with gr.Blocks() as demo:
|
|
201 |
]
|
202 |
)
|
203 |
|
204 |
-
gr.Markdown("### Instructions")
|
205 |
-
gr.Textbox(
|
206 |
-
|
207 |
-
|
208 |
-
)
|
209 |
|
210 |
if __name__ == "__main__":
|
211 |
demo.launch()
|
|
|
201 |
]
|
202 |
)
|
203 |
|
204 |
+
# gr.Markdown("### Instructions")
|
205 |
+
# gr.Textbox(
|
206 |
+
# value="Enter your query, select response settings, and start the conversation.",
|
207 |
+
# interactive=False,
|
208 |
+
# )
|
209 |
|
210 |
if __name__ == "__main__":
|
211 |
demo.launch()
|