Spaces:
Runtime error
Runtime error
update indentation for desc
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ def set_state():
|
|
141 |
|
142 |
#Gradio code for Repo as input and search index as output file
|
143 |
with gr.Blocks() as demo:
|
144 |
-
|
145 |
<div
|
146 |
style="
|
147 |
display: inline-flex;
|
@@ -161,7 +161,7 @@ with gr.Blocks() as demo:
|
|
161 |
<a href="https://huggingface.co/spaces/ysharma/InstructPix2Pix_Chatbot?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the space to avoid queues<br>
|
162 |
Built using <a href="https://langchain.readthedocs.io/en/latest/" target="_blank">LangChain</a> and <a href="https://github.com/gradio-app/gradio" target="_blank">Gradio</a>
|
163 |
</p>
|
164 |
-
</div>""")
|
165 |
with gr.Row() :
|
166 |
with gr.Column():
|
167 |
repo_link = gr.Textbox(label="Enter Github repo name")
|
|
|
141 |
|
142 |
#Gradio code for Repo as input and search index as output file
|
143 |
with gr.Blocks() as demo:
|
144 |
+
gr.HTML("""<div style="text-align: center; max-width: 700px; margin: 0 auto;">
|
145 |
<div
|
146 |
style="
|
147 |
display: inline-flex;
|
|
|
161 |
<a href="https://huggingface.co/spaces/ysharma/InstructPix2Pix_Chatbot?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the space to avoid queues<br>
|
162 |
Built using <a href="https://langchain.readthedocs.io/en/latest/" target="_blank">LangChain</a> and <a href="https://github.com/gradio-app/gradio" target="_blank">Gradio</a>
|
163 |
</p>
|
164 |
+
</div>""")
|
165 |
with gr.Row() :
|
166 |
with gr.Column():
|
167 |
repo_link = gr.Textbox(label="Enter Github repo name")
|