Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as demo:
|
|
69 |
with gr.Column():
|
70 |
input_text = gr.Textbox(label="Input your text prompt here", placeholder="Type here...")
|
71 |
with gr.Column():
|
72 |
-
input_num = gr.Slider(5, 100, value=25, label="Count", info="Number of nodes in the graph to be generated")
|
73 |
with gr.Column():
|
74 |
gr.Markdown("### Suggested Prompts")
|
75 |
gr.Markdown("1. Create a complex network with high clustering coefficient.\n2. Create a graph with extremely low number of triangles.\n 3. Please give me a Power Network with extremely low number of triangles but with medium level of average degree.")
|
|
|
69 |
with gr.Column():
|
70 |
input_text = gr.Textbox(label="Input your text prompt here", placeholder="Type here...")
|
71 |
with gr.Column():
|
72 |
+
input_num = gr.Slider(5, 100, value=25, step = 1, label="Count", info="Number of nodes in the graph to be generated")
|
73 |
with gr.Column():
|
74 |
gr.Markdown("### Suggested Prompts")
|
75 |
gr.Markdown("1. Create a complex network with high clustering coefficient.\n2. Create a graph with extremely low number of triangles.\n 3. Please give me a Power Network with extremely low number of triangles but with medium level of average degree.")
|