Spaces:
Sleeping
Sleeping
Commit
·
96b890c
1
Parent(s):
64ab2c3
Subindo arquivos19
Browse files
app.py
CHANGED
|
@@ -112,7 +112,7 @@ def interactive_propagation_map(site1_coords, site2_coords, site1_height, site2_
|
|
| 112 |
#
|
| 113 |
los_plot = draw_line_of_sight(site1, site2, distance, site1_height, site2_height)
|
| 114 |
|
| 115 |
-
return map_html, f"Distância: {distance:.2f} km", f"Perda de propagação: {propagation_loss:.2f} dB", fresnel_plot, f"
|
| 116 |
|
| 117 |
with gr.Blocks() as interface:
|
| 118 |
gr.Markdown("# RF-Radio")
|
|
|
|
| 112 |
#
|
| 113 |
los_plot = draw_line_of_sight(site1, site2, distance, site1_height, site2_height)
|
| 114 |
|
| 115 |
+
return map_html, f"Distância: {distance:.2f} km", f"Perda de propagação: {propagation_loss:.2f} dB", fresnel_plot, f"Link Budget (Site 1 -> Site 2): {link_budget1:.2f} dB", f"Link Budget (Site 2 -> Site 1): {link_budget2:.2f} dB", los_plot
|
| 116 |
|
| 117 |
with gr.Blocks() as interface:
|
| 118 |
gr.Markdown("# RF-Radio")
|